mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
clang-format-all
This commit is contained in:
parent
4670cb4fe3
commit
77fd496c8e
@ -937,7 +937,8 @@ bool JSON::Editor::setGroupWidget(const int group, const int widgetId)
|
|||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
if (ret == QMessageBox::No)
|
if (ret == QMessageBox::No)
|
||||||
return false;
|
return false;
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
qDeleteAll(grp->m_datasets);
|
qDeleteAll(grp->m_datasets);
|
||||||
grp->m_datasets.clear();
|
grp->m_datasets.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user