comparison data/model/ModelDataTableModel.h @ 1050:5ad98be7f635 cxx11

Merge
author Chris Cannam
date Tue, 10 Mar 2015 20:03:08 +0000
parents 2f49be7d4264
children ec9e65fcf749
comparison
equal deleted inserted replaced
1049:10055a284716 1050:5ad98be7f635
69 void currentChanged(const QModelIndex &); 69 void currentChanged(const QModelIndex &);
70 void modelRemoved(); 70 void modelRemoved();
71 71
72 protected slots: 72 protected slots:
73 void modelChanged(); 73 void modelChanged();
74 void modelChangedWithin(int, int); 74 void modelChangedWithin(sv_frame_t, sv_frame_t);
75 void modelAboutToBeDeleted(); 75 void modelAboutToBeDeleted();
76 76
77 protected: 77 protected:
78 TabularModel *m_model; 78 TabularModel *m_model;
79 int m_sortColumn; 79 int m_sortColumn;