comparison data/model/ModelDataTableModel.h @ 949:5f7b509a441a tonioni

Merge from default branch
author Chris Cannam
date Fri, 18 Jul 2014 11:07:30 +0100
parents cd42620e3f40
children cc27f35aa75c
comparison
equal deleted inserted replaced
943:178ffa964096 949:5f7b509a441a
67 void currentChanged(const QModelIndex &); 67 void currentChanged(const QModelIndex &);
68 void modelRemoved(); 68 void modelRemoved();
69 69
70 protected slots: 70 protected slots:
71 void modelChanged(); 71 void modelChanged();
72 void modelChanged(int, int); 72 void modelChangedWithin(int, int);
73 void modelAboutToBeDeleted(); 73 void modelAboutToBeDeleted();
74 74
75 protected: 75 protected:
76 TabularModel *m_model; 76 TabularModel *m_model;
77 int m_sortColumn; 77 int m_sortColumn;