Skip to content
Snippets Groups Projects

std names

Merged Wuttke, Joachim requested to merge j.1 into main
@@ -14,12 +14,12 @@
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/Model/Device/InstrumentItems.h"
//#include "GUI/Model/Device/InstrumentsSet.h"
MultiInstrumentNotifier::MultiInstrumentNotifier(InstrumentsSet* instruments)
: m_instruments(instruments)
{
}
void MultiInstrumentNotifier::removeInstrument(InstrumentItem* instrument)
{
m_instruments->removeInstrument(instrument);
Loading