mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -38,7 +38,7 @@ class TextEditor : public ElementItemEditor {
|
||||
explicit TextEditor(QETElementEditor *editor, PartText *text = nullptr, QWidget *parent = nullptr);
|
||||
~TextEditor() override;
|
||||
|
||||
void updateForm() override;
|
||||
void updateFormPriv() override;
|
||||
bool setPart(CustomElementPart *part) override;
|
||||
bool setParts(QList <CustomElementPart *>) override;
|
||||
CustomElementPart *currentPart() const override;
|
||||
|
||||
Reference in New Issue
Block a user