controlpanelplugins/themeplugin/src/cpthemechanger.cpp
changeset 12 624337f114fe
parent 11 10d0dd0e43f1
child 14 23411a3be0db
--- a/controlpanelplugins/themeplugin/src/cpthemechanger.cpp	Fri Apr 16 14:59:22 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemechanger.cpp	Mon May 03 12:32:06 2010 +0300
@@ -97,6 +97,12 @@
     return d->currentTheme();
 }
 
+int CpThemeChanger::indexOf(const ThemeInfo& theme) const
+{
+    Q_D(const CpThemeChanger);
+    return d->indexOf(theme);
+}
+
 /*!
  Change a theme. Returns true on success, false otherwise.
  */