Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.11.3
-
None
-
-
d25b3b7f1059d5561bce3efe7ea903ea76d4e888 (qt/qtwayland/5.12)
Description
Source code is
bool QWaylandOutputMode::operator!=(const QWaylandOutputMode &other) const { return size() != other.size() || refreshRate() != refreshRate(); }
Maybe better code
bool QWaylandOutputMode::operator!=(const QWaylandOutputMode &other) const { return size() != other.size() || refreshRate() != other.refreshRate(); }
Attachments
For Gerrit Dashboard: QTBUG-72288 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
247564,5 | Fix invalid QWaylandOutputMode comparison operator | 5.12 | qt/qtwayland | Status: MERGED | +2 | 0 |
247565,1 | Fix invalid QWaylandOutputMode comparison operator | dev | qt/qtwayland | Status: ABANDONED | 0 | 0 |