debugger: special handling for Symbian TInt and TBool.

We know they don't have nested contents
This commit is contained in:
hjk
2009-09-15 18:21:40 +02:00
parent 2d9da51892
commit 91e60257cd
4 changed files with 20 additions and 2 deletions

View File

@@ -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;