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

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