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

Method setItems

plugins/quickopen/tests/quickopentestbase.h:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46public:
47 void setItems(QVector<QString> data)
48 {
49 updateItems([&data](QVector<QString>& oldData) {
50 oldData = std::move(data);
51 });
52 }
53
54 KDevelop::Path itemPath(const QString& data) const
55 {

Callers 10

parseGitLogOutputMethod · 0.45
testDuchainFilterMethod · 0.45
testAbbreviationsMethod · 0.45
testSortingMethod · 0.45
testStableSortMethod · 0.45
setInheritanceListMethod · 0.45
setMembersMethod · 0.45
setTestCasesMethod · 0.45
kdev_logReceiverFunction · 0.45
DebuggerTracingDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected