diff layer/TimeValueLayer.h @ 376:e1a9e478b7f2

* juggle some files around in order to free audioio, base, and system libraries from dependency on QtGui
author Chris Cannam
date Wed, 12 Mar 2008 17:42:56 +0000
parents 020c485aa7e0
children 755243c67f59
line wrap: on
line diff
--- a/layer/TimeValueLayer.h	Wed Mar 12 14:40:18 2008 +0000
+++ b/layer/TimeValueLayer.h	Wed Mar 12 17:42:56 2008 +0000
@@ -142,6 +142,11 @@
     int m_colourMap;
     PlotStyle m_plotStyle;
     VerticalScale m_verticalScale;
+
+    void finish(SparseTimeValueModel::EditCommand *command) {
+        Command *c = command->finish();
+        if (c) CommandHistory::getInstance()->addCommand(c, false);
+    }
 };
 
 #endif