comparison data/model/ModelDataTableModel.h @ 947:cd42620e3f40

Fix some errant signals (the modelChanged with args are now modelChangedWithin)
author Chris Cannam
date Thu, 17 Jul 2014 14:50:31 +0100
parents 59e7fe1b1003
children cc27f35aa75c
comparison
equal deleted inserted replaced
946:2d34148d5d6e 947:cd42620e3f40
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;