add some missing Q_OBJECTs

This commit is contained in:
Oswald Buddenhagen
2009-04-16 19:42:58 +02:00
parent 6d5eeb7afb
commit c5df15003b
11 changed files with 28 additions and 0 deletions

View File

@@ -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);