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

Method rowCount

src/LanguageStylesModel.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int LanguageStylesModel::rowCount(const QModelIndex &parent) const
87{
88 if (parent.isValid())
89 return 0;
90
91 return editor->namedStyles();
92}
93
94int LanguageStylesModel::columnCount(const QModelIndex &parent) const
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected