MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / MacroStepTableModel

Method MacroStepTableModel

src/MacroStepTableModel.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23MacroStepTableModel::MacroStepTableModel(Macro *m, QObject *parent) :
24 QAbstractTableModel(parent),
25 macro(m)
26{
27}
28
29QVariant MacroStepTableModel::headerData(int section, Qt::Orientation orientation, int role) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected