summaryrefslogtreecommitdiffstats
path: root/application/themes/ITheme.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-10-22 01:43:36 +0200
committerPetr Mrázek <peterix@gmail.com>2016-10-22 01:43:36 +0200
commitbbe139dce51a7965394c800cac974946820d3869 (patch)
treeaa271175a3df6ada20932e4cf898c723b1238775 /application/themes/ITheme.h
parent872cfe036d9472739939ad401dbe9511193d62ca (diff)
downloadMultiMC-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/ITheme.h')
-rw-r--r--application/themes/ITheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/themes/ITheme.h b/application/themes/ITheme.h
index 8e0836eb..969969be 100644
--- a/application/themes/ITheme.h
+++ b/application/themes/ITheme.h
@@ -9,5 +9,6 @@ public:
virtual QString id() = 0;
virtual QString name() = 0;
virtual QString appStyleSheet() = 0;
+ virtual QString qtTheme() = 0;
virtual QPalette colorScheme() = 0;
};