Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 4.10.0-beta2
-
Kubuntu 19.04 x86-64
Description
When hovering mouse cursor over an enum value, where the enum has an unsigned base type and the value has the most significant bit set, QtCreator displays a tooltip with a negative signed value instead of the positive unsigned.
In the attached screenshot displaying the problem, the mouse is over `fir`.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-19953 Strongly typed Enum hover values assume signed values for typedefs and aliases.
- Closed