controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp
changeset 26 808caa51b78b
parent 22 a5692c68d772
child 28 e0b83131558d
--- a/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp	Fri Jun 25 17:12:20 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp	Wed Jul 14 07:09:46 2010 +0800
@@ -49,7 +49,7 @@
     foreach (const QString &path, themesPathList) {
         QDir themeDir;
         themeDir.setPath( path ) ;
-        QStringList list = themeDir.entryList(QDir::AllDirs|QDir::NoDotAndDotDot,QDir::Name);
+        QStringList list = themeDir.entryList(QDir::AllDirs|QDir::NoDotAndDotDot, QDir::Name);
         if(list.contains("themes", Qt::CaseSensitive )) {
             mFileWatcher->addPath(themeDir.path() + "/themes/");
         }