GH-378 add a resource search path to custom themes
This allows adding images and other bits and pieces to themes.
This commit is contained in:
@ -15,6 +15,7 @@ public:
|
||||
double fadeAmount() override;
|
||||
QColor fadeColor() override;
|
||||
QString qtTheme() override;
|
||||
QStringList searchPaths() override;
|
||||
|
||||
private: /* data */
|
||||
QPalette m_palette;
|
||||
|
Reference in New Issue
Block a user