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

Method LanguageStylesModel

src/LanguageStylesModel.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70LanguageStylesModel::LanguageStylesModel(ScintillaNext *editor, QObject *parent)
71 : QAbstractTableModel(parent), editor(editor)
72{
73}
74
75QVariant LanguageStylesModel::headerData(int section, Qt::Orientation orientation, int role) const
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected