summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchutils.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-06-03 12:46:55 +0200
committerhjk <qtc-committer@nokia.com>2009-06-03 12:48:48 +0200
commitd7af85a09755a2a6852052b8621448ab6114ea0a (patch)
tree3bb546d1c3f483de5be135128a9ec43dd558d91e /src/plugins/debugger/watchutils.h
parent311ca7a074733ad0f14c79bd903a79b3c81c161f (diff)
downloadqt-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.h1
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,