From 56a9b65efb59095ba69e023783e51ad4b0a707eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 23 Dec 2018 01:05:11 +0100 Subject: NOISSUE add missing Q_OBJECT macros --- api/logic/NullInstance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/logic/NullInstance.h') 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) -- cgit v1.2.3