user subfolder "icons" in user data folder
This commit is contained in:
parent
d8da41c974
commit
d16498bb3f
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ void IconFactory::setupSearchPaths() {
|
||||||
auto paths = QIcon::themeSearchPaths();
|
auto paths = QIcon::themeSearchPaths();
|
||||||
|
|
||||||
paths << APP_THEME_PATH
|
paths << APP_THEME_PATH
|
||||||
|
<< qApp->userDataFolder() + QDir::separator() + APP_LOCAL_THEME_FOLDER
|
||||||
<< qApp->applicationDirPath() + QDir::separator() + APP_LOCAL_THEME_FOLDER;
|
<< qApp->applicationDirPath() + QDir::separator() + APP_LOCAL_THEME_FOLDER;
|
||||||
|
|
||||||
QIcon::setThemeSearchPaths(paths);
|
QIcon::setThemeSearchPaths(paths);
|
||||||
|
|
Loading…
Add table
Reference in a new issue