From d7af85a09755a2a6852052b8621448ab6114ea0a Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 3 Jun 2009 12:46:55 +0200 Subject: debugger: implement a dumper for QAbstractItemModel This also squashes a namespace related bug introduced by the watchutils refactoring. --- src/plugins/debugger/watchutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/watchutils.h') 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, -- cgit v1.2.1