forked from qt-creator/qt-creator
Add Q_OBJECT macros
Krazy complained about missing Q_OBJECT macros. Fix them.
This commit is contained in:
@@ -39,6 +39,8 @@ namespace Internal {
|
||||
|
||||
class InspectorSettings : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
InspectorSettings(QObject *parent = 0);
|
||||
~InspectorSettings();
|
||||
|
||||
Reference in New Issue
Block a user