| 11 | #include "timechartmodel.h" |
| 12 | |
| 13 | TimeChartModel::TimeChartModel(QObject *parent) |
| 14 | : QSortFilterProxyModel(parent) |
| 15 | { |
| 16 | } |
| 17 | |
| 18 | QPair<QDateTime, QDateTime> TimeChartModel::visibleRange() const |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected