diff data/model/SparseTimeValueModel.h @ 338:f14e2f7b24f7

* More space and time efficient AlignmentModel
author Chris Cannam
date Thu, 22 Nov 2007 11:09:26 +0000
parents 7a4bd2c8585c
children 700cd3350391
line wrap: on
line diff
--- a/data/model/SparseTimeValueModel.h	Thu Nov 15 13:19:25 2007 +0000
+++ b/data/model/SparseTimeValueModel.h	Thu Nov 22 11:09:26 2007 +0000
@@ -38,6 +38,8 @@
     long frame;
     float value;
     QString label;
+
+    QString getLabel() const { return label; }
     
     void toXml(QTextStream &stream, QString indent = "",
                QString extraAttributes = "") const