Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 12.0.1
-
None
Description
If I hover over an == operator between two QStrings, I get this tooltip:
Notice the last line: "Returns true if the two Bluetooth addresses a and b are equal, otherwise returns false."
Why does it assume that my QStrings represent Bluetooth addresses? In this case (and probably in most cases), they don't.