src/hbutils/theme/hbthemeservices_r.h
changeset 21 4633027730f5
parent 5 627c4a0fd0e7
--- a/src/hbutils/theme/hbthemeservices_r.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbutils/theme/hbthemeservices_r.h	Wed Aug 18 10:05:37 2010 +0300
@@ -27,6 +27,7 @@
 #define HBTHEMESERVICES_R_H
 
 #include <hbglobal.h>
+#include <QPair>
 
 QT_BEGIN_NAMESPACE
 class QString;
@@ -37,6 +38,7 @@
 public:
     static void setTheme(const QString &themePath);
     static const QString themePath();
+    static const QList<QPair<QString, QString> > availableThemes();
 };
 
 #endif // HBTHEMESERVICES_R_H