mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Fix compilation error introduced in last commit
Display pieces size in torrent properties
This commit is contained in:
@@ -978,7 +978,7 @@ public:
|
||||
setValue(QString::fromUtf8("Preferences/Advanced/trackerPort"), port);
|
||||
}
|
||||
|
||||
#if defined(Q_WS_WIN) || define(Q_WS_MAC)
|
||||
#if defined(Q_WS_WIN) || defined(Q_WS_MAC)
|
||||
bool isUpdateCheckEnabled() const {
|
||||
return value(QString::fromUtf8("Preferences/Advanced/updateCheck"), true).toBool();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user