Mercurial > hg > svgui
diff svgui.pro @ 690:8072264dc61f
Pull out PianoScale into separate class
author | Chris Cannam |
---|---|
date | Tue, 03 Dec 2013 17:32:25 +0000 |
parents | e11a9d91b86b |
children | ad12e428785b ad7623c39396 |
line wrap: on
line diff
--- a/svgui.pro Tue Dec 03 12:34:38 2013 +0000 +++ b/svgui.pro Tue Dec 03 17:32:25 2013 +0000 @@ -36,6 +36,7 @@ layer/LayerFactory.h \ layer/NoteLayer.h \ layer/PaintAssistant.h \ + layer/PianoScale.h \ layer/RegionLayer.h \ layer/SingleColourLayer.h \ layer/SliceableLayer.h \ @@ -56,6 +57,7 @@ layer/LayerFactory.cpp \ layer/NoteLayer.cpp \ layer/PaintAssistant.cpp \ + layer/PianoScale.cpp \ layer/RegionLayer.cpp \ layer/SingleColourLayer.cpp \ layer/SliceLayer.cpp \