mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-26 16:13:32 +01:00
user subfolder "icons" in user data folder
This commit is contained in:
parent
d8da41c974
commit
d16498bb3f
@ -60,6 +60,7 @@ void IconFactory::setupSearchPaths() {
|
||||
auto paths = QIcon::themeSearchPaths();
|
||||
|
||||
paths << APP_THEME_PATH
|
||||
<< qApp->userDataFolder() + QDir::separator() + APP_LOCAL_THEME_FOLDER
|
||||
<< qApp->applicationDirPath() + QDir::separator() + APP_LOCAL_THEME_FOLDER;
|
||||
|
||||
QIcon::setThemeSearchPaths(paths);
|
||||
|
Loading…
Reference in New Issue
Block a user