changeset 34 | ed14f46c0e55 |
parent 5 | 627c4a0fd0e7 |
--- a/src/hbutils/theme/hbthemeservices_r.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbutils/theme/hbthemeservices_r.h Mon Oct 18 18:23:13 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