mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
do not add resource directory to the icon loader theme search paths
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f9bdcc1731
commit
20d5777046
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ QStringList QIconLoader::themeSearchPaths() const
|
|||
{
|
||||
if (m_iconDirs.isEmpty()) {
|
||||
m_iconDirs = qt_guiPlatformPlugin()->iconThemeSearchPaths();
|
||||
// Always add resource directory as search path
|
||||
m_iconDirs.append(QLatin1String(":/icons"));
|
||||
}
|
||||
return m_iconDirs;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue