MCPcopy Create free account
hub / github.com/KDAB/KDChart / TimeChartModel

Method TimeChartModel

examples/Plotter/Timeline/timechartmodel.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "timechartmodel.h"
12
13TimeChartModel::TimeChartModel(QObject *parent)
14 : QSortFilterProxyModel(parent)
15{
16}
17
18QPair<QDateTime, QDateTime> TimeChartModel::visibleRange() const
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected