From 91e60257cd6f357f591f86c81ff297b4978fe38b Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 15 Sep 2009 18:21:40 +0200 Subject: debugger: special handling for Symbian TInt and TBool. We know they don't have nested contents --- src/plugins/debugger/watchutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/watchutils.h') diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h index f085179d41..395ba5f5ea 100644 --- a/src/plugins/debugger/watchutils.h +++ b/src/plugins/debugger/watchutils.h @@ -73,6 +73,7 @@ bool extractTemplate(const QString &type, QString *tmplate, QString *inner); QString extractTypeFromPTypeOutput(const QString &str); bool isIntOrFloatType(const QString &type); bool isIntType(const QString &type); +bool isSymbianIntType(const QString &type); enum GuessChildrenResult { HasChildren, HasNoChildren, HasPossiblyChildren }; GuessChildrenResult guessChildren(const QString &type); -- cgit v1.2.1