forked from qt-creator/qt-creator
debugger: special handling for Symbian TInt and TBool.
We know they don't have nested contents
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
static const QString strNotInScope =
|
||||
QCoreApplication::translate("Debugger::Internal::WatchData", "<not in scope>");
|
||||
QCoreApplication::translate("Debugger::Internal::WatchData", "<not in scope>");
|
||||
|
||||
static int watcherCounter = 0;
|
||||
static int generationCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user