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

Method rowCount

kdevplatform/shell/loadedpluginsdialog.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 int rowCount(const QModelIndex& parent = QModelIndex()) const override
97 {
98 if (!parent.isValid()) {
99 return m_plugins.count();
100 }
101 return 0;
102 }
103
104private:
105 QList<KDevelop::IPlugin*> m_plugins;

Callers

nothing calls this directly

Calls 3

QModelIndexClass · 0.70
isValidMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected