Fix bug N°201: Line changes in the drawing area are not reflexted in the information area

This commit is contained in:
Claveau Joshua
2020-09-13 15:11:45 +02:00
parent 726b300999
commit 529027a350
7 changed files with 576 additions and 512 deletions

View File

@@ -36,7 +36,7 @@ class ElementItemEditor : public QWidget
// constructors, destructor
public:
ElementItemEditor(QETElementEditor *, QWidget * = nullptr);
~ElementItemEditor() override {};
~ElementItemEditor() override {}
private:
ElementItemEditor(const ElementItemEditor &);