diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-10-22 01:43:36 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-10-22 01:43:36 +0200 |
commit | bbe139dce51a7965394c800cac974946820d3869 (patch) | |
tree | aa271175a3df6ada20932e4cf898c723b1238775 /application/themes/SystemTheme.h | |
parent | 872cfe036d9472739939ad401dbe9511193d62ca (diff) | |
download | MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.gz MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.lz MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.xz MultiMC-bbe139dce51a7965394c800cac974946820d3869.zip |
GH-903 force Dark theme to use Fusion Qt style
Themes now include Qt styles.
Diffstat (limited to 'application/themes/SystemTheme.h')
-rw-r--r-- | application/themes/SystemTheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/themes/SystemTheme.h b/application/themes/SystemTheme.h index 90fd8ed9..75a8738c 100644 --- a/application/themes/SystemTheme.h +++ b/application/themes/SystemTheme.h @@ -10,6 +10,7 @@ public: QString id() override; QString name() override; + QString qtTheme() override; QString appStyleSheet() override; QPalette colorScheme() override; private: |