Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ data
Method
data
plugins/documentview/kdevdocumentmodel.cpp:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
QVariant KDevDocumentItem::data(int role) const
31
{
32
if (role == UrlRole) {
33
return m_url;
34
}
35
return QStandardItem::data(role);
36
}
37
38
KDevCategoryItem::KDevCategoryItem( const QString &name )
39
: KDevDocumentItem( name )
Callers
15
handle
Method · 0.45
handle
Method · 0.45
tokenize
Method · 0.45
SentinelCommand
Method · 0.45
setHandler
Method · 0.45
CliCommand
Method · 0.45
testStackSwitchThread
Method · 0.45
testVariablesLocalsStruct
Method · 0.45
testVariablesQuicklySwitchFrame
Method · 0.45
testReceivePosixSignal
Method · 0.45
compareData
Function · 0.45
rootConfig
Method · 0.45
Calls
1
data
Function · 0.50
Tested by
6
testStackSwitchThread
Method · 0.36
testVariablesLocalsStruct
Method · 0.36
testVariablesQuicklySwitchFrame
Method · 0.36
testReceivePosixSignal
Method · 0.36
compareData
Function · 0.36
rootConfig
Method · 0.36