MCPcopy Create free account
hub / github.com/KDE/kdevelop / rowCount

Method rowCount

plugins/welcomepage/sessionlistmodel.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int SessionListModel::rowCount(const QModelIndex& parent) const
37{
38 return parent.isValid() ? 0 : m_sessions.size();
39}
40
41QVariant SessionListModel::data(const QModelIndex& index, int role) const
42{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected