Mercurial > hg > tony
diff src/Analyser.cpp @ 13:b7b5eddfd2c7
essentially only changed the colour of the overview
author | matthiasm |
---|---|
date | Tue, 26 Mar 2013 20:15:38 +0000 |
parents | 47589fdb0b53 |
children | 7ab5ed737788 |
line wrap: on
line diff
--- a/src/Analyser.cpp Tue Mar 26 17:02:03 2013 +0000 +++ b/src/Analyser.cpp Tue Mar 26 20:15:38 2013 +0000 @@ -23,6 +23,7 @@ #include "view/PaneStack.h" #include "layer/Layer.h" #include "layer/TimeValueLayer.h" +#include "layer/NoteLayer.h" #include "layer/FlexiNoteLayer.h" #include "layer/ColourDatabase.h" @@ -73,7 +74,7 @@ layer = addLayerFor(notes); if (layer) { - FlexiNoteLayer *nl = qobject_cast<FlexiNoteLayer *>(layer); + NoteLayer *nl = qobject_cast<NoteLayer *>(layer); if (nl) { nl->setBaseColour(ColourDatabase::getInstance()-> getColourIndex(QString("Bright Blue")));