Skip to content
Snippets Groups Projects
Commit 4bb1460c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

format

parent 0a14d3ec
No related branches found
No related tags found
1 merge request!2387unify code for list views
......@@ -21,7 +21,7 @@ protected:
{
auto* instrument = doc.instrumentsModifier()->front();
instrument->setName(QUuid::createUuid().toString());
emit gDoc->instruments()->currentModified();
emit gDoc->instruments()->currentModified();
}
const int m_save_wait = 3000;
};
......
......@@ -22,7 +22,7 @@ protected:
{
auto* instrument = doc.instrumentsModifier()->front();
instrument->setName(QUuid::createUuid().toString());
emit gDoc->instruments()->currentModified();
emit gDoc->instruments()->currentModified();
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment