clang-format-all

This commit is contained in:
Alex Spataru 2021-12-30 11:11:55 -05:00
parent 4670cb4fe3
commit 77fd496c8e

View File

@ -937,7 +937,8 @@ bool JSON::Editor::setGroupWidget(const int group, const int widgetId)
QMessageBox::Yes | QMessageBox::No);
if (ret == QMessageBox::No)
return false;
else {
else
{
qDeleteAll(grp->m_datasets);
grp->m_datasets.clear();
}