Remove option of using icons from system theme

PR #17292.
Closes #17150.
This commit is contained in:
Nowshed H. Imran
2022-07-05 10:32:35 +06:00
committed by GitHub
parent d293c22a52
commit 92afbd45e8
6 changed files with 0 additions and 70 deletions

View File

@@ -81,7 +81,4 @@ private:
QHash<QString, QColor> m_colors;
mutable QHash<QString, QIcon> m_iconCache;
mutable QHash<QString, QIcon> m_flagCache;
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS))
const bool m_useSystemTheme;
#endif
};