mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Make class variable const
This commit is contained in:
@@ -64,6 +64,6 @@ private:
|
||||
mutable QHash<QString, QIcon> m_iconCache;
|
||||
const bool m_useCustomTheme;
|
||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS))
|
||||
bool m_useSystemTheme;
|
||||
const bool m_useSystemTheme;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user