diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/logic/NullInstance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/NullInstance.h b/api/logic/NullInstance.h index bef6bc4f..ff3551c5 100644 --- a/api/logic/NullInstance.h +++ b/api/logic/NullInstance.h @@ -3,6 +3,7 @@ class NullInstance: public BaseInstance { + Q_OBJECT public: NullInstance(SettingsObjectPtr globalSettings, SettingsObjectPtr settings, const QString& rootDir) :BaseInstance(globalSettings, settings, rootDir) |