changeset 310:f4458c8bffa6

...
author Chris Cannam
date Tue, 09 Oct 2007 16:22:14 +0000
parents b7d45fed8146
children fee76aa923d8
files layer/TimeValueLayer.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/layer/TimeValueLayer.cpp	Tue Oct 09 16:21:59 2007 +0000
+++ b/layer/TimeValueLayer.cpp	Tue Oct 09 16:22:14 2007 +0000
@@ -1164,6 +1164,8 @@
     SparseTimeValueModel::EditCommand *command =
 	new SparseTimeValueModel::EditCommand(m_model, tr("Paste"));
 
+    //!!! Replace all this with a use of Labeller
+
     enum ValueAvailability {
         UnknownAvailability,
         NoValues,