diff options
author | Ken Moore <ken@ixsystems.com> | 2016-11-02 11:01:16 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-11-02 11:01:16 -0400 |
commit | 6fc4e0d28202a1d7b51ab64ccd4438508440ec6d (patch) | |
tree | 5506b49bd67328304c14c63ec790e49fe33976d7 /src-qt5/core-utils/lumina-config/pages/page_theme.h | |
parent | Add a new sessionsettings flag: (diff) | |
download | lumina-6fc4e0d28202a1d7b51ab64ccd4438508440ec6d.tar.gz lumina-6fc4e0d28202a1d7b51ab64ccd4438508440ec6d.tar.bz2 lumina-6fc4e0d28202a1d7b51ab64ccd4438508440ec6d.zip |
Add the new Qt5 theme engine setting to lumina-config.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/pages/page_theme.h')
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/page_theme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_theme.h b/src-qt5/core-utils/lumina-config/pages/page_theme.h index a56fba7b..3257af9b 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_theme.h +++ b/src-qt5/core-utils/lumina-config/pages/page_theme.h @@ -31,6 +31,8 @@ private: LPlugins *PINFO; bool loading; + void findQt5Themes(); + private slots: void settingsChanged(){ //qDebug() << "Setting Changed:" << !loading; @@ -38,5 +40,6 @@ private slots: } void sessionEditColor(); void sessionEditTheme(); + void checkQt5Theme(); }; #endif |