Summary: | SyntaxHighlighter::SyntaxHighlighter(QObject*) should NOT use a default nullptr | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | RJVB <rjvbertin> |
Component: | framework | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | christoph |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=439492 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 439492 |
Description
RJVB
2021-07-04 19:45:25 UTC
I think it does in all Qt versions we atm support with frameworks: https://code.qt.io/cgit/qt/qtbase.git/commit/src/gui/text/qsyntaxhighlighter.cpp?id=16cb578a8d102f1c937dcc3a07b88b24c9ed685a That patch seems to be in since Qt 5.12, given we require ATM Qt 5.15 I see no reason to alter the API now. my bad, I must have looked at the sources of an older Qt version (and didn't see any change in Qt's API documentation). |