mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Remove QT_VERSION checks for 4.5.0
This commit is contained in:
@@ -99,11 +99,7 @@ options_imp::options_imp(QWidget *parent):
|
||||
|
||||
// Load week days (scheduler)
|
||||
for (uint i=1; i<=7; ++i) {
|
||||
#if QT_VERSION >= 0x040500
|
||||
schedule_days->addItem(QDate::longDayName(i, QDate::StandaloneFormat));
|
||||
#else
|
||||
schedule_days->addItem(QDate::longDayName(i));
|
||||
#endif
|
||||
}
|
||||
|
||||
// Load options
|
||||
|
||||
Reference in New Issue
Block a user