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

Method TableModel

examples/tools/TableModel.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <QtGlobal>
19
20TableModel::TableModel(QObject *parent)
21 : QAbstractTableModel(parent)
22{
23}
24
25TableModel::~TableModel()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected