diff layer/layer.pro @ 285:9dd432665059

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 86a112b5b319
children cd2492c5fe45
line wrap: on
line diff
--- a/layer/layer.pro	Fri Jul 06 15:17:35 2007 +0000
+++ b/layer/layer.pro	Wed Jul 11 17:21:37 2007 +0000
@@ -15,7 +15,6 @@
 
 # Input
 HEADERS += Colour3DPlotLayer.h \
-           ColourMapper.h \
            ImageRegionFinder.h \
            Layer.h \
            LayerFactory.h \
@@ -31,7 +30,6 @@
            TimeValueLayer.h \
            WaveformLayer.h
 SOURCES += Colour3DPlotLayer.cpp \
-           ColourMapper.cpp \
            ImageRegionFinder.cpp \
            Layer.cpp \
            LayerFactory.cpp \