src/hbutils/theme/hbthemeservices_r.h
changeset 21 4633027730f5
parent 5 627c4a0fd0e7
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    25 
    25 
    26 #ifndef HBTHEMESERVICES_R_H
    26 #ifndef HBTHEMESERVICES_R_H
    27 #define HBTHEMESERVICES_R_H
    27 #define HBTHEMESERVICES_R_H
    28 
    28 
    29 #include <hbglobal.h>
    29 #include <hbglobal.h>
       
    30 #include <QPair>
    30 
    31 
    31 QT_BEGIN_NAMESPACE
    32 QT_BEGIN_NAMESPACE
    32 class QString;
    33 class QString;
    33 QT_END_NAMESPACE
    34 QT_END_NAMESPACE
    34 
    35 
    35 class HB_UTILS_RESTRICTED_EXPORT HbThemeServices
    36 class HB_UTILS_RESTRICTED_EXPORT HbThemeServices
    36 {
    37 {
    37 public:
    38 public:
    38     static void setTheme(const QString &themePath);
    39     static void setTheme(const QString &themePath);
    39     static const QString themePath();
    40     static const QString themePath();
       
    41     static const QList<QPair<QString, QString> > availableThemes();
    40 };
    42 };
    41 
    43 
    42 #endif // HBTHEMESERVICES_R_H
    44 #endif // HBTHEMESERVICES_R_H