diff data/model/TabularModel.h @ 424:eafef13bb0b3

* Add more data-editor support to various models
author Chris Cannam
date Thu, 12 Jun 2008 14:33:45 +0000
parents 4caa28a0a8a2
children f5e8f12d2e58
line wrap: on
line diff
--- a/data/model/TabularModel.h	Thu Jun 12 10:47:11 2008 +0000
+++ b/data/model/TabularModel.h	Thu Jun 12 14:33:45 2008 +0000
@@ -50,7 +50,7 @@
     virtual int getRowForFrame(long frame) const = 0;
 
     virtual bool isEditable() const { return false; }
-    virtual Command *getSetDataCommand(int row, int column, const QVariant &, int role) const { return 0; }
+    virtual Command *getSetDataCommand(int row, int column, const QVariant &, int role) { return 0; }
 };
 
 #endif