mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 11:30:52 +01:00
Keep up to date the model when a dynamic text item change, for exemple after an undo command
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5030 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -44,7 +44,7 @@ class DynamicElementTextItemEditor : public AbstractElementPropertiesEditorWidge
|
||||
void setCurrentText(DynamicElementTextItem *text);
|
||||
|
||||
private:
|
||||
void dataEdited(QStandardItem *qsi);
|
||||
void dataEdited(DynamicElementTextItem *deti);
|
||||
|
||||
private slots:
|
||||
void on_m_add_text_clicked();
|
||||
|
||||
Reference in New Issue
Block a user