Mercurial > hg > svcore
diff data/model/ModelDataTableModel.h @ 419:64e7bbb255d3
* A bit more work on the data editor
author | Chris Cannam |
---|---|
date | Wed, 11 Jun 2008 12:54:18 +0000 |
parents | a00902d5f0ab |
children | 50a956688baa |
line wrap: on
line diff
--- a/data/model/ModelDataTableModel.h Wed Jun 11 12:53:20 2008 +0000 +++ b/data/model/ModelDataTableModel.h Wed Jun 11 12:54:18 2008 +0000 @@ -48,6 +48,7 @@ int columnCount(const QModelIndex &parent = QModelIndex()) const; QModelIndex getModelIndexForFrame(size_t frame) const; + size_t getFrameForModelIndex(const QModelIndex &) const; static bool canHandleModelType(Model *);