Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ toolViewId
Function
toolViewId
plugins/standardoutputview/tests/test_standardoutputview.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
namespace {
31
[[nodiscard]] QString toolViewId()
32
{
33
return QStringLiteral(
"test_toolview"
);
34
}
35
QString toolViewTitle()
36
{
37
return QStringLiteral(
"my_toolview"
);
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