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

Method columnCount

src/MacroStepTableModel.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int MacroStepTableModel::columnCount(const QModelIndex &parent) const
49{
50 return parent.isValid() ? 0 : 2;
51}
52
53QVariant MacroStepTableModel::data(const QModelIndex &index, int role) const
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected