controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 19 36aa4756ee82
parent 11 10d0dd0e43f1
child 22 a5692c68d772
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
    46     void applyTheme(const QString&);
    46     void applyTheme(const QString&);
    47     void aboutToClose();
    47     void aboutToClose();
    48 
    48 
    49 public slots:
    49 public slots:
    50     void themeSelected();
    50     void themeSelected();
       
    51     void previewOrientationChanged(Qt::Orientation orientation);
    51 
    52 
    52 private:
    53 private:
    53     CpThemeChanger::ThemeInfo mTheme;
    54     CpThemeChanger::ThemeInfo mTheme;
    54     HbAction* mSoftKeyBackAction;
    55     HbAction* mSoftKeyBackAction;
       
    56     HbIconItem* mPreviewIcon;
       
    57 
    55 };
    58 };
    56 
    59 
    57 #endif //CPTHEMEPREVIEW_H
    60 #endif //CPTHEMEPREVIEW_H