diff --git a/src/core/Song.cpp b/src/core/Song.cpp index 7ecccf56d..ab4ac940b 100644 --- a/src/core/Song.cpp +++ b/src/core/Song.cpp @@ -116,7 +116,7 @@ Song::Song() : /* connect( &m_masterPitchModel, SIGNAL(dataChanged()), this, SLOT(masterPitchChanged()));*/ - qRegisterMetaType( "Note" ); + qRegisterMetaType( "lmms::Note" ); setType( SongContainer ); for (auto& scale : m_scales) {scale = std::make_shared();}