QDateTime: Move the deprecation marker to Qt 5.10
Commit b6a6121128
went into dev at around
the time of the 5.10 branching. We apparently got the side of it wrong.
Change-Id: Ic632b4163d784b83951cfffd14f67bec63fbc795
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
285596ee19
commit
a066ad32b6
@ -81,7 +81,7 @@ public:
|
||||
int daysInYear() const;
|
||||
int weekNumber(int *yearNum = Q_NULLPTR) const;
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 11) && !defined QT_NO_TEXTDATE
|
||||
#if QT_DEPRECATED_SINCE(5, 10) && !defined QT_NO_TEXTDATE
|
||||
QT_DEPRECATED_X("Use QLocale::monthName or QLocale::standaloneMonthName")
|
||||
static QString shortMonthName(int month, MonthNameType type = DateFormat);
|
||||
QT_DEPRECATED_X("Use QLocale::dayName or QLocale::standaloneDayName")
|
||||
|
Loading…
Reference in New Issue
Block a user