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

Method MacroListModel

src/MacroListModel.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "MacroListModel.h"
21
22MacroListModel::MacroListModel(QObject *parent, MacroManager *mm) :
23 QAbstractListModel(parent),
24 macroManager(mm)
25{
26}
27
28int MacroListModel::rowCount(const QModelIndex &parent) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected