Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ toolViewTitle
Function
toolViewTitle
plugins/standardoutputview/tests/test_standardoutputview.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
return QStringLiteral(
"test_toolview"
);
34
}
35
QString toolViewTitle()
36
{
37
return QStringLiteral(
"my_toolview"
);
38
}
39
}
40
41
QTEST_MAIN(StandardOutputViewTest)
Callers
4
testRegisterAndRemoveToolView
Method · 0.85
testActions
Method · 0.85
testRegisterAndRemoveOutput
Method · 0.85
testSetModelAndDelegate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected