src/hbcore/feedback/hbfeedbackplugingroup.cpp
changeset 7 923ff622b8b9
parent 0 16d8024aca5e
--- a/src/hbcore/feedback/hbfeedbackplugingroup.cpp	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbcore/feedback/hbfeedbackplugingroup.cpp	Tue Jul 06 14:36:53 2010 +0300
@@ -123,8 +123,8 @@
 
     foreach (const QFileInfo &driveInfo, driveInfoList) {
         const QString drive = driveInfo.absolutePath();
-        if (drive.startsWith("z:", Qt::CaseInsensitive) ||
-            drive.startsWith("c:", Qt::CaseInsensitive)) {
+        if (drive.startsWith(QLatin1String("z:"), Qt::CaseInsensitive) ||
+            drive.startsWith(QLatin1String("c:"), Qt::CaseInsensitive)) {
             QString path(drive + pluginRelativePath);
             pluginPathList << path;
         }