diff base/XmlExportable.h @ 277:3b8008d09541

* 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 0f37e92e1782
children 70a232b1f12a
line wrap: on
line diff
--- a/base/XmlExportable.h	Thu Jul 05 11:07:01 2007 +0000
+++ b/base/XmlExportable.h	Wed Jul 11 17:21:37 2007 +0000
@@ -48,7 +48,7 @@
 
     static QString encodeEntities(QString);
 
-    static QString encodeColour(QColor);
+    static QString encodeColour(QColor); 
 
     static int getObjectExportId(const void *); // thread-safe
 };