From b386fac9d9194610b7f95618449b2088236ba154 Mon Sep 17 00:00:00 2001
From: Matthias Puchner <github@mpuchner.de>
Date: Tue, 7 Dec 2021 16:59:04 +0100
Subject: [PATCH] rm unnecessary base class

---
 GUI/View/Main/PyImportAssistant.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GUI/View/Main/PyImportAssistant.h b/GUI/View/Main/PyImportAssistant.h
index 5d0e564ffc5..cf0d560ce57 100644
--- a/GUI/View/Main/PyImportAssistant.h
+++ b/GUI/View/Main/PyImportAssistant.h
@@ -25,8 +25,8 @@ class MultiLayer;
 
 //! Assists in importing Python object to GUI models.
 
-class PyImportAssistant : public QObject {
-    Q_OBJECT
+class PyImportAssistant {
+
 public:
     PyImportAssistant(QWidget* parentForDialogs, ProjectDocument* document);
 
-- 
GitLab