reimplement Priv function, so the ElementEditor gets called automatically

This commit is contained in:
Martin
2021-03-05 17:38:51 +01:00
parent 6887c543da
commit bc88f2ec2e
20 changed files with 35 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ class TerminalEditor : public ElementItemEditor
TerminalEditor(QETElementEditor *editor, QWidget *parent = nullptr);
~TerminalEditor() override;
void updateForm() override;
void updateFormPriv() override;
bool setPart(CustomElementPart *new_part) override;
CustomElementPart *currentPart() const override;
QList<CustomElementPart *> currentParts() const override {return QList<CustomElementPart *>();}