Mercurial > hg > svgui
diff layer/TimeValueLayer.cpp @ 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 | e175ade2d6b0 |
children | 7554ae119882 |
line wrap: on
line diff
--- a/layer/TimeValueLayer.cpp Fri Jul 06 15:17:35 2007 +0000 +++ b/layer/TimeValueLayer.cpp Wed Jul 11 17:21:37 2007 +0000 @@ -27,7 +27,7 @@ #include "widgets/ListInputDialog.h" #include "SpectrogramLayer.h" // for optional frequency alignment -#include "ColourMapper.h" +#include "base/ColourMapper.h" #include <QPainter> #include <QPainterPath>