Skip to content
Snippets Groups Projects

GUI: move shared enums to 'GUI/Support/Data/ID.h'

Merged Mikhail Svechnikov requested to merge i447 into main
All threads resolved!
Files
3
@@ -56,7 +56,7 @@ ProjectDocument::ProjectDocument()
, m_singleSampleMode(false)
, m_functionalities(All)
, m_instrumentEditController(&m_instrumentModel)
, m_lastViewActive(GUI::ID::ViewId::INSTRUMENT)
, m_lastViewActive(GUI::ID::ViewId::Instrument)
{
connect(&m_instrumentEditController, &InstrumentsEditController::instrumentAddedOrRemoved, this,
&ProjectDocument::onModelChanged, Qt::UniqueConnection);
Loading