diff options
author | hjk <qtc-committer@nokia.com> | 2009-06-03 12:46:55 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-06-03 12:48:48 +0200 |
commit | d7af85a09755a2a6852052b8621448ab6114ea0a (patch) | |
tree | 3bb546d1c3f483de5be135128a9ec43dd558d91e /src/plugins/debugger/watchutils.h | |
parent | 311ca7a074733ad0f14c79bd903a79b3c81c161f (diff) | |
download | qt-creator-d7af85a09755a2a6852052b8621448ab6114ea0a.tar.gz |
debugger: implement a dumper for QAbstractItemModel
This also squashes a namespace related bug introduced by the watchutils
refactoring.
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 e87b3cd822..2b8ef865ba 100644 --- a/src/plugins/debugger/watchutils.h +++ b/src/plugins/debugger/watchutils.h @@ -145,6 +145,7 @@ public: UnknownType, SupportedType, // A type that requires no special handling by the dumper // Below types require special handling + QAbstractItemType, QObjectType, QWidgetType, QObjectSlotType, QObjectSignalType, QVectorType, QMapType, QMultiMapType, QMapNodeType, StdVectorType, StdDequeType, StdSetType, StdMapType, StdStackType, |