From bf0cc4c950f0a96bf7091e730744a2b3eb6cc751 Mon Sep 17 00:00:00 2001 From: andyq Date: Sat, 23 Nov 2002 15:27:45 +0000 Subject: *** empty log message *** --- (limited to 'noncore/settings/aqpkg/server.cpp') diff --git a/noncore/settings/aqpkg/server.cpp b/noncore/settings/aqpkg/server.cpp index 2cb0533..fc5ed12 100644 --- a/noncore/settings/aqpkg/server.cpp +++ b/noncore/settings/aqpkg/server.cpp @@ -100,14 +100,14 @@ void Server :: readLocalIpks( Server *local ) // First, get any local IPKGs in the documents area // Only applicable to Qtopie/Opie - DocLnkSet files; - Global::findDocuments( &files, "application/ipkg" ); + DocLnkSet files; + Global::findDocuments( &files, "application/ipkg" ); - // Now add the items to the list - QListIterator it( files.children() ); + // Now add the items to the list + QListIterator it( files.children() ); - for ( ; it.current() ; ++it ) - { + for ( ; it.current() ; ++it ) + { // OK, we have a local IPK file, I think the standard naming conventions // for these are packagename_version_arm.ipk QString file = (*it)->file(); -- cgit v0.9.0.2