diff -r 156f692b1687 -r b99b84bcd2d1 contentstorage/caclient/src/caqtsfhandlerloader.cpp --- 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"));