Improve code style, Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-16 14:22:12 +02:00
parent 4ed33109f4
commit e9fcd385d5
3 changed files with 42 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ void PropertiesEditorDockWidget::clear()
{
m_editor_list.removeOne(editor);
ui->m_main_vlayout->removeWidget(editor);
delete editor;
delete editor;
}
m_editor_list.clear();