-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
6.9.2, 6.10.0 Beta4
The documentation of e.g. QColor::operator QVariant() const has an extra return type added, like this:
QVariant QColor::operator QVariant() const
(cf. e.g. https://doc.qt.io/qt-6/qcolor.html#operator-QVariant):
Like constructors, conversion operators don't have a return type. It's harmless to have them, but it's not correct C++, so would be nice if it could be fixed at some point.