Remove outdated version checks

Change-Id: I972a7fe0842a0310ba5df1233a4f417627dad87c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Robert Löhning
2022-09-08 21:12:30 +02:00
parent ffe71ddba6
commit 11ea9fde23
10 changed files with 1 additions and 37 deletions

View File

@@ -14,11 +14,7 @@
#include <QtCore/QScopedValueRollback>
QT_BEGIN_NAMESPACE
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
Q_CORE_EXPORT double qstrntod(const char *s00, int len, char const **se, bool *ok);
#else
Q_CORE_EXPORT double qstrntod(const char *s00, qsizetype len, char const **se, bool *ok);
#endif
QT_END_NAMESPACE
using namespace QmlJS;