Add Q_OBJECT macros

Krazy complained about missing Q_OBJECT macros. Fix them.
This commit is contained in:
Tobias Hunger
2010-10-30 21:17:35 +02:00
parent c8cf974f93
commit af0413ec1e
3 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ namespace Internal {
class InspectorSettings : public QObject
{
Q_OBJECT
public:
InspectorSettings(QObject *parent = 0);
~InspectorSettings();