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

Function items

plugins/quickopen/tests/quickopentestbase.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62QStringList items(const ProjectFileDataProvider& provider)
63{
64 QStringList list;
65 for (uint i = 0; i < provider.itemCount(); ++i) {
66 list << provider.data(i)->text();
67 }
68
69 return list;
70}
71
72#include "moc_quickopentestbase.cpp"

Callers 4

writeConfigMethod · 0.85
unfilteredItemCountMethod · 0.85
unfilteredItemCountMethod · 0.85
testProjectFileFilterMethod · 0.85

Calls 3

itemCountMethod · 0.45
textMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected