diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-06 05:48:52 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-06 05:48:52 +0100 |
commit | 37cc59c04d0573a42d67242135495c0a0729f965 (patch) | |
tree | 35cd453c9d35022dd31f5c2769740b5b80d4ba9c /application/themes/CustomTheme.h | |
parent | bc753859b5ab5d1402940024c0478548165b57f8 (diff) | |
download | PrismLauncher-37cc59c04d0573a42d67242135495c0a0729f965.tar.gz PrismLauncher-37cc59c04d0573a42d67242135495c0a0729f965.tar.bz2 PrismLauncher-37cc59c04d0573a42d67242135495c0a0729f965.zip |
GH-378 add a resource search path to custom themes
This allows adding images and other bits and pieces to themes.
Diffstat (limited to 'application/themes/CustomTheme.h')
-rw-r--r-- | application/themes/CustomTheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/themes/CustomTheme.h b/application/themes/CustomTheme.h index 94cd10a5..e5d3625c 100644 --- a/application/themes/CustomTheme.h +++ b/application/themes/CustomTheme.h @@ -15,6 +15,7 @@ public: double fadeAmount() override; QColor fadeColor() override; QString qtTheme() override; + QStringList searchPaths() override; private: /* data */ QPalette m_palette; |