controlpanelplugins/themeplugin/src/cpthemecontrol.cpp
changeset 17 4a9568303383
parent 14 23411a3be0db
child 24 f5dfdd5e4a1b
--- a/controlpanelplugins/themeplugin/src/cpthemecontrol.cpp	Thu May 27 12:52:25 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.cpp	Fri Jun 11 13:39:17 2010 +0300
@@ -30,11 +30,8 @@
 
 #include <QString>
 #include <QModelIndex>
-#include <QStandardItemModel>
-#include <QStandardItem>
 #include <QTranslator>
 #include <QSortFilterProxyModel>
-#include <QDebug>
 #include <QThread>
 
 #include <hbmainwindow.h>
@@ -142,8 +139,9 @@
 CpBaseSettingView* CpThemeControl::themeListView()
 {
     //If the view was removed before by control panel app, create it again.
-    if(!mThemeListView)
+    if(!mThemeListView) {
         createThemeList();
+    }
 
     return mThemeListView;
 }
@@ -248,6 +246,7 @@
     triggerThemeListClose();
 
 }
+
 /*!
 	Slot called when the theme preview view is closed.
 */
@@ -289,15 +288,13 @@
 
 void CpThemeControl::themeChangeTimeout()
 {
-    //qDebug() << "ThemeChangeTimeout " ;
     mIdleTimer->stop();
-    QThread::currentThread()->setPriority(QThread::NormalPriority);    
+    QThread::currentThread()->setPriority(QThread::NormalPriority); 
         
 }
 
 void CpThemeControl::themeChangeFinished()
 {
-    //qDebug() << "ThemeChangeFinished " ;
     mIdleTimer->start(0);
 }