mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue