contentstorage/caclient/src/caqtsfhandlerloader.cpp
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 107 b34d53f6acdf
--- a/contentstorage/caclient/src/caqtsfhandlerloader.cpp	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/caclient/src/caqtsfhandlerloader.cpp	Fri Jun 11 16:13:51 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"));