Mercurial > hg > svcore
diff data/model/DenseThreeDimensionalModel.h @ 568:fa32590f5a61
* Make it possible to record live MIDI to a note layer.
Now we're a proper MIDI sequencer. Ha, ha.
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2009 12:02:53 +0000 |
parents | 55ad231c9db7 |
children | 68f3eaefe297 |
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h Wed Feb 25 11:15:22 2009 +0000 +++ b/data/model/DenseThreeDimensionalModel.h Wed Feb 25 12:02:53 2009 +0000 @@ -130,7 +130,7 @@ } } - virtual QVariant getData(int row, int column, int role) const + virtual QVariant getData(int row, int column, int) const { switch (column) { case 0: { @@ -148,7 +148,7 @@ virtual bool isColumnTimeValue(int col) const { return col < 2; } - virtual SortType getSortType(int col) const { + virtual SortType getSortType(int) const { return SortNumeric; }