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:
blacksun
2017-08-24 17:35:40 +00:00
parent 99eac96475
commit 6419f84d9c
4 changed files with 59 additions and 18 deletions

View File

@@ -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();