Files
qt-creator/src/plugins/clangtools/clangtoolssettings.cpp
hjk 8830a38c7d ClangTools: Handle a Qt deprecation warning
Q_WEAK_OVERLOAD
    QT_DEPRECATED_VERSION_X_6_4("Use the 'qsizetype *suffixIndex' overload.")
    [[nodiscard]] static QVersionNumber fromString(QAnyStringView string, int *suffixIndex)

We are now well-prepared to handle Qt version strings with more than
two billion characters before the suffix.

Change-Id: I2aed2c3b8650ff6fba68a174b13d826dc9ab446e
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2024-07-19 14:42:23 +00:00

6.0 KiB