comparison data/model/ModelDataTableModel.h @ 1046:2f49be7d4264 cxx11

More type fixes
author Chris Cannam
date Tue, 10 Mar 2015 13:22:10 +0000
parents cc27f35aa75c
children ec9e65fcf749
comparison
equal deleted inserted replaced
1045:1a73618b0b67 1046:2f49be7d4264
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;