contentstorage/caclient/src/caqtsfhandlerloader.cpp
changeset 103 b99b84bcd2d1
parent 83 156f692b1687
child 109 e0aa398e6810
--- a/contentstorage/caclient/src/caqtsfhandlerloader.cpp	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/caclient/src/caqtsfhandlerloader.cpp	Wed Jun 23 18:33:40 2010 +0300
@@ -57,11 +57,11 @@
     const QString pluginPath("hsresources/plugins/commandhandler");
     const QFileInfoList drives = QDir::drives();
     
-    foreach(QFileInfo drive, drives) {
+    foreach (QFileInfo drive, drives) {
         const QString driveLetter = drive.absolutePath();
         const QString pluginAbsolutePath = driveLetter + pluginPath;
         const QDir pluginDir(pluginAbsolutePath);
-        if(QDir(pluginDir).exists()) {
+        if (QDir(pluginDir).exists()) {
             const QFileInfoList fileInfos = 
                 pluginDir.entryInfoList(QStringList("*.xml"));