diff options
author | hjk <qtc-committer@nokia.com> | 2009-09-15 18:21:40 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-09-16 11:10:59 +0200 |
commit | 91e60257cd6f357f591f86c81ff297b4978fe38b (patch) | |
tree | 620ebf18605e9c8e5a6d83c84c2c2f3b9e7699c0 /src/plugins/debugger/watchutils.h | |
parent | 2d9da51892b80369d38ee89f5cd44177d851335d (diff) | |
download | qt-creator-91e60257cd6f357f591f86c81ff297b4978fe38b.tar.gz |
debugger: special handling for Symbian TInt and TBool.
We know they don't have nested contents
Diffstat (limited to 'src/plugins/debugger/watchutils.h')
-rw-r--r-- | src/plugins/debugger/watchutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |