src/hbcore/theme/hbeffecttheme_p.cpp
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbcore/theme/hbeffecttheme_p.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/theme/hbeffecttheme_p.cpp	Thu May 27 13:10:59 2010 +0300
@@ -23,19 +23,19 @@
 **
 ****************************************************************************/
 
-#include <QDebug>
-#include <QDir>
-
+#include "hbeffecttheme_p.h"
 #include "hbthemecommon_p.h"
 #include "hbstandarddirs_p.h"
 #include "hbinstance.h"
-#include "hbeffecttheme_p.h"
 #include "hbthemeutils_p.h"
 #include "hbeffectinternal_p.h"
 #include "hbthemeindex_p.h"
 #include "hbtheme.h"
 #include "hbtheme_p.h"
 
+#include <QDebug>
+#include <QDir>
+
 #ifdef Q_OS_SYMBIAN
 static const char *effectFileSuffix = ".fxml";
 #endif
@@ -58,15 +58,15 @@
 
     QMap<int, QString> maplist = HbThemeUtils::constructHierarchyListWithPathInfo(
     QString(), mThemeName, Hb::EffectResource);
-        
+
     mDirList.clear();
-        
     QList<QString> list = maplist.values(); // sorted by key
     for (int i = list.count() - 1; i >= 0; --i) { // take highest prio first
         mDirList.append(list.at(i));
     }
 
-    mListOfExistingFolders = HbStandardDirs::findExistingFolderList(mDirList, mThemeName, Hb::EffectResource);
+    mListOfExistingFolders = HbStandardDirs::findExistingFolderList(mDirList, mThemeName,
+                                                                    Hb::EffectResource);
 }
 
 HbEffectThemePrivate::HbEffectThemePrivate()
@@ -135,7 +135,7 @@
     delete d_ptr;
 }
 
-void HbEffectTheme::setCurrentTheme(const QString& themeName)
+void HbEffectTheme::setCurrentTheme(const QString &themeName)
 {
     d_ptr->initialise(themeName);
     d_ptr->mThemeName = themeName;