diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-15 22:56:03 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-15 22:56:03 +0100 |
commit | 944ff256b2d9e271632efacd6e8dd1ea542e869f (patch) | |
tree | af7fc0041d8cc28d86577c9ffa6fc438a21b9a0b /application/themes/CustomTheme.h | |
parent | 71584fb8ccda914997f11044e819470d93cc3561 (diff) | |
download | PrismLauncher-944ff256b2d9e271632efacd6e8dd1ea542e869f.tar.gz PrismLauncher-944ff256b2d9e271632efacd6e8dd1ea542e869f.tar.bz2 PrismLauncher-944ff256b2d9e271632efacd6e8dd1ea542e869f.zip |
NOISSUE add hack for system themes. Maybe it works?
Diffstat (limited to 'application/themes/CustomTheme.h')
-rw-r--r-- | application/themes/CustomTheme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/themes/CustomTheme.h b/application/themes/CustomTheme.h index e5d3625c..9023b13e 100644 --- a/application/themes/CustomTheme.h +++ b/application/themes/CustomTheme.h @@ -10,7 +10,9 @@ public: QString id() override; QString name() override; + bool hasStyleSheet() override; QString appStyleSheet() override; + bool hasColorScheme() override; QPalette colorScheme() override; double fadeAmount() override; QColor fadeColor() override; |