Skip to content
Snippets Groups Projects
Commit d5019d86 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

InstrumentLibraryEditor: reorder

parent c82cc2dd
Branches
Tags
1 merge request!1259GUI: fix warning and rename 'collectedItems'
......@@ -37,8 +37,8 @@
InstrumentLibraryEditor::InstrumentLibraryEditor(QWidget* parent,
InstrumentLibrary* instrumentLibrary)
: QDialog(parent)
, m_ui(new Ui::InstrumentLibraryEditor)
, m_instrumentLibrary(instrumentLibrary)
, m_ui(new Ui::InstrumentLibraryEditor)
, m_treeModel(new TreeModel(this, instrumentLibrary->instrumentModel()))
, m_chosenItem(nullptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment