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

Method EmptyModel

examples/NoValues/mainwindow.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28public:
29 EmptyModel(QObject *parent = nullptr)
30 : QAbstractItemModel(parent)
31 {
32 // qDebug() << "EmptyModel::EmptyModel()";
33 }
34
35 ~EmptyModel() override
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected