diff layer/ImageLayer.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 69089c9dc42e
line wrap: on
line diff
--- a/layer/ImageLayer.h	Wed Mar 12 14:40:18 2008 +0000
+++ b/layer/ImageLayer.h	Wed Mar 12 17:42:56 2008 +0000
@@ -131,6 +131,11 @@
     ImageModel::Point m_originalPoint;
     ImageModel::Point m_editingPoint;
     ImageModel::EditCommand *m_editingCommand;
+
+    void finish(ImageModel::EditCommand *command) {
+        Command *c = command->finish();
+        if (c) CommandHistory::getInstance()->addCommand(c, false);
+    }
 };
 
 #endif