diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp index 44e62508138..e9e4e7edeeb 100644 --- a/src/corelib/compat/removed_api.cpp +++ b/src/corelib/compat/removed_api.cpp @@ -926,8 +926,6 @@ QUrl QUrl::fromEncoded(const QByteArray &input, ParsingMode mode) return QUrl::fromEncoded(QByteArrayView(input), mode); } -#include "qtimer.h" // inlined API - // #include "qotherheader.h" // // implement removed functions from qotherheader.h @@ -1168,6 +1166,8 @@ auto QStringConverter::encodingForName(const char *name) noexcept -> std::option # include "qthreadpool.h" // inlined API #endif +#include "qtimer.h" // inlined API + #include "qurl.h" bool QUrl::operator<(const QUrl &url) const