mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 00:06:16 -07:00
Remove QT_VERSION checks for 4.5.0
This commit is contained in:
parent
1bee9c6a9d
commit
0c279e0567
8 changed files with 11 additions and 63 deletions
|
@ -1077,7 +1077,7 @@ void MainWindow::loadPreferences(bool configure_session) {
|
|||
properties->reloadPreferences();
|
||||
|
||||
// Icon provider
|
||||
#if defined(Q_WS_X11) && (QT_VERSION >= QT_VERSION_CHECK(4,6,0))
|
||||
#if defined(Q_WS_X11)
|
||||
IconProvider::instance()->useSystemIconTheme(pref.useSystemIconTheme());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue