diff options
Diffstat (limited to 'application/themes/ITheme.h')
-rw-r--r-- | application/themes/ITheme.h | 1 |
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; }; |