QtCore: removed_api.cpp: fix ordering
BA sorts before BU...
Amends da12a40b8b
.
Change-Id: I11ffc89e901b3ef0eab2c6a422125dc3a77dd66e
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
070446d5eb
commit
cbae09fe42
@ -285,8 +285,6 @@ QT_WARNING_POP
|
||||
|
||||
#if QT_CORE_REMOVED_SINCE(6, 5)
|
||||
|
||||
#include "qbuffer.h" // inline removed API
|
||||
|
||||
#include "qbasictimer.h"
|
||||
|
||||
void QBasicTimer::start(int msec, QObject *obj)
|
||||
@ -299,6 +297,8 @@ void QBasicTimer::start(int msec, Qt::TimerType timerType, QObject *obj)
|
||||
start(qint64(msec), timerType, obj);
|
||||
}
|
||||
|
||||
#include "qbuffer.h" // inline removed API
|
||||
|
||||
#include "qenvironmentvariables.h"
|
||||
|
||||
bool qputenv(const char *varName, const QByteArray &value)
|
||||
|
Loading…
Reference in New Issue
Block a user