mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Remove QT_VERSION checks for 4.5.0
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
QIcon getIcon(const QString& iconId);
|
||||
QString getIconPath(const QString &iconId);
|
||||
|
||||
#if defined(Q_WS_X11) && (QT_VERSION >= QT_VERSION_CHECK(4,6,0))
|
||||
#if defined(Q_WS_X11)
|
||||
public:
|
||||
void useSystemIconTheme(bool enable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user