| 17 | using namespace KDChart; |
| 18 | |
| 19 | DatasetProxyModel::DatasetProxyModel(QObject *parent) |
| 20 | : QSortFilterProxyModel(parent) |
| 21 | { |
| 22 | } |
| 23 | |
| 24 | QModelIndex DatasetProxyModel::buddy(const QModelIndex &index) const |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected