Skip to content
Snippets Groups Projects
Commit 7c57f260 authored by dt's avatar dt
Browse files

Fix crash on adding or deleting buildconfigurations.

parent 7ff46c0e
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ void BuildSettingsSubWidgets::clear()
{
qDeleteAll(m_widgets);
qDeleteAll(m_labels);
m_widgets.clear();
m_labels.clear();
}
QList<QWidget *> BuildSettingsSubWidgets::widgets() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment