From 349b59574f4305cf0284fdb89a2f626f248ee1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 18 May 2016 22:32:33 +0100 Subject: [PATCH] Q_OBJECT macro is not necessary for ExternalCommand. --- src/util/externalcommand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/externalcommand.h b/src/util/externalcommand.h index bcca1a7..e63cc30 100644 --- a/src/util/externalcommand.h +++ b/src/util/externalcommand.h @@ -39,7 +39,6 @@ class Report; */ class LIBKPMCORE_EXPORT ExternalCommand : public QProcess { - Q_OBJECT Q_DISABLE_COPY(ExternalCommand) public: