comparison base/XmlExportable.h @ 85:ea730e3f9ace

* Ensure consistent ordering of layer text labels * Fix erroneous SR mismatch warning when adding a wave-file model when no other wave-file model is present (only models that don't assert any particular playback samplerate)
author Chris Cannam
date Thu, 27 Apr 2006 11:49:34 +0000
parents d397ea0a79f5
children 0f37e92e1782
comparison
equal deleted inserted replaced
84:97e085895524 85:ea730e3f9ace
29 29
30 static QString encodeEntities(QString); 30 static QString encodeEntities(QString);
31 31
32 static QString encodeColour(QColor); 32 static QString encodeColour(QColor);
33 33
34 static int getObjectExportId(const void *); // not thread-safe 34 static int getObjectExportId(const void *); // thread-safe
35 }; 35 };
36 36
37 #endif 37 #endif