MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / rowCount

Method rowCount

src/data/model/AppItemModel.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int AppItemModel::rowCount(const QModelIndex &parent) const
23{
24 Q_UNUSED(parent)
25 assert(appMgr != nullptr);
26 return cache.count();
27}
28
29QVariant AppItemModel::data(const QModelIndex &index, int role) const
30{

Callers 4

listPresetsMethod · 0.45
paintEventMethod · 0.45
paintEventMethod · 0.45
onAddClickedMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected