mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -46,11 +46,11 @@ TerminalEditor::~TerminalEditor()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TerminalEditor::updateForm
|
||||
* @brief TerminalEditor::updateFormPriv
|
||||
* Reimplemented from ElementItemEditor
|
||||
* Update the content of this widget
|
||||
*/
|
||||
void TerminalEditor::updateForm()
|
||||
void TerminalEditor::updateFormPriv()
|
||||
{
|
||||
if (!m_part) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user