controlpanelplugins/themeplugin/src/cpthemechanger_p.h
changeset 12 624337f114fe
parent 11 10d0dd0e43f1
child 14 23411a3be0db
--- a/controlpanelplugins/themeplugin/src/cpthemechanger_p.h	Fri Apr 16 14:59:22 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemechanger_p.h	Mon May 03 12:32:06 2010 +0300
@@ -42,6 +42,7 @@
     Q_OBJECT
 
 public:
+   
     HbThemeListModel(CpThemeChangerPrivate* dd, QObject *parent = 0);
     virtual ~HbThemeListModel();
 
@@ -73,6 +74,7 @@
     const QStringList directories() const;
 
     const CpThemeChanger::ThemeInfo& currentTheme() const;
+    int indexOf(const CpThemeChanger::ThemeInfo& theme) const;
 
     const QString& currentThemeName() const;
     bool changeTheme(const QString& newtheme);