Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setTestCases
Method
setTestCases
plugins/filetemplates/testcasespage.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void TestCasesPage::setTestCases(const QStringList& testCases)
45
{
46
d->ui->keditlistwidget->setItems(testCases);
47
}
48
49
QStringList TestCasesPage::testCases() const
50
{
Callers
nothing calls this directly
Calls
1
setItems
Method · 0.45
Tested by
no test coverage detected