QDateTime: Move the deprecation marker to Qt 5.10
Commit b6a61211280aa6ddd56f107a9795c9824b7702b0 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…
x
Reference in New Issue
Block a user