diff --git a/src/plugins/debugger/watchdata.cpp b/src/plugins/debugger/watchdata.cpp index 5478e735c7f..9cbe253d7e4 100644 --- a/src/plugins/debugger/watchdata.cpp +++ b/src/plugins/debugger/watchdata.cpp @@ -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"