We are already using some specific QString functions available only in Qt 5.5, so this seems like a reasonable change.
Details
Details
Diff Detail
Diff Detail
- Repository
- R32 KDevelop
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Currently if Qt 5.5 is not available KDevelop build fails with:
documentation/qthelp/qthelpdocumentation.cpp:68:69: error: no matching function for call to ‘QString::indexOf(const QRegularExpression&, int, QRegularExpressionMatch*) const’ int pos = dataString.indexOf(findFragment, 0, &findFragmentMatch);