mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -42,6 +42,11 @@ ElementScene *ElementItemEditor::elementScene() const
|
||||
return(element_editor -> elementScene());
|
||||
}
|
||||
|
||||
void ElementItemEditor::updateForm()
|
||||
{
|
||||
updateFormPriv();
|
||||
}
|
||||
|
||||
/// @return la QUndoStack a utiliser pour les annulations
|
||||
QUndoStack &ElementItemEditor::undoStack() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user