From c5df15003bf4486440a2925f0fdb76a55b8522e6 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 16 Apr 2009 19:42:58 +0200 Subject: add some missing Q_OBJECTs --- src/plugins/debugger/stackhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/debugger/stackhandler.h') diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index ba88b15b447..12f771464a8 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -61,6 +61,8 @@ struct StackFrame /*! A model to represent the stack in a QTreeView. */ class StackHandler : public QAbstractTableModel { + Q_OBJECT + public: StackHandler(QObject *parent = 0); @@ -106,6 +108,8 @@ struct ThreadData /*! A model to represent the running threads in a QTreeView or ComboBox */ class ThreadsHandler : public QAbstractTableModel { + Q_OBJECT + public: ThreadsHandler(QObject *parent = 0); -- cgit v1.2.3