-rw-r--r-- | noncore/settings/aqpkg/server.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ -102,10 +102,10 @@ void Server :: readLocalIpks( Server *local ) - DocLnkSet files; - Global::findDocuments( &files, "application/ipkg" ); + DocLnkSet files; + Global::findDocuments( &files, "application/ipkg" ); - // Now add the items to the list - QListIterator<DocLnk> it( files.children() ); + // Now add the items to the list + QListIterator<DocLnk> it( files.children() ); - for ( ; it.current() ; ++it ) - { + for ( ; it.current() ; ++it ) + { // OK, we have a local IPK file, I think the standard naming conventions |