Mercurial > hg > svcore
comparison data/model/ModelDataTableModel.h @ 1749:356be36b2391 by-id
Remove obsolete method
author | Chris Cannam |
---|---|
date | Thu, 04 Jul 2019 14:30:41 +0100 |
parents | 91a194e2d80b |
children | dffc70996f54 |
comparison
equal
deleted
inserted
replaced
1748:91a194e2d80b | 1749:356be36b2391 |
---|---|
73 void modelRemoved(); | 73 void modelRemoved(); |
74 | 74 |
75 protected slots: | 75 protected slots: |
76 void modelChanged(); | 76 void modelChanged(); |
77 void modelChangedWithin(sv_frame_t, sv_frame_t); | 77 void modelChangedWithin(sv_frame_t, sv_frame_t); |
78 void modelAboutToBeDeleted(); | |
79 | 78 |
80 protected: | 79 protected: |
81 std::shared_ptr<TabularModel> getTabularModel() const { | 80 std::shared_ptr<TabularModel> getTabularModel() const { |
82 return ModelById::getAs<TabularModel>(m_model); | 81 return ModelById::getAs<TabularModel>(m_model); |
83 } | 82 } |