diff layer/layer.pro @ 287:cd2492c5fe45

* Add SingleColourLayer to manage colours for layers that have a single predominant colour (i.e. most of them).
author Chris Cannam
date Thu, 12 Jul 2007 16:14:59 +0000
parents 9dd432665059
children 46faec7aae12
line wrap: on
line diff
--- a/layer/layer.pro	Wed Jul 11 20:46:37 2007 +0000
+++ b/layer/layer.pro	Thu Jul 12 16:14:59 2007 +0000
@@ -20,6 +20,7 @@
            LayerFactory.h \
            NoteLayer.h \
            PaintAssistant.h \
+           SingleColourLayer.h \
            SliceableLayer.h \
            SliceLayer.h \
            SpectrogramLayer.h \
@@ -35,6 +36,7 @@
            LayerFactory.cpp \
            NoteLayer.cpp \
            PaintAssistant.cpp \
+           SingleColourLayer.cpp \
            SliceLayer.cpp \
            SpectrogramLayer.cpp \
            SpectrumLayer.cpp \