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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user