Debugger: Recognize "unsigned int" as int type.

Enabling the hex tooltip in the watchhandler.

Change-Id: I8fdca8a7e741e47ae9cff19161746051b14581d0
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Friedemann Kleint
2013-09-03 13:01:52 +02:00
committed by hjk
parent 2a172c7584
commit 09dc9bfa7a

View File

@@ -98,6 +98,7 @@ bool isIntType(const QByteArray &type)
( type == "unsigned char"
|| type == "unsigned short"
|| type == "unsigned short int"
|| type == "unsigned int"
|| type == "unsigned long"
|| type == "unsigned long int"
|| type == "unsigned long long"