Skip to content
Snippets Groups Projects
Commit b386fac9 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rm unnecessary base class

parent 33e9189b
No related branches found
No related tags found
1 merge request!521rm unnecessary base class
Pipeline #51548 passed
...@@ -25,8 +25,8 @@ class MultiLayer; ...@@ -25,8 +25,8 @@ class MultiLayer;
//! Assists in importing Python object to GUI models. //! Assists in importing Python object to GUI models.
class PyImportAssistant : public QObject { class PyImportAssistant {
Q_OBJECT
public: public:
PyImportAssistant(QWidget* parentForDialogs, ProjectDocument* document); PyImportAssistant(QWidget* parentForDialogs, ProjectDocument* document);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment