MCPcopy 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
30QVariant KDevDocumentItem::data(int role) const
31{
32 if (role == UrlRole) {
33 return m_url;
34 }
35 return QStandardItem::data(role);
36}
37
38KDevCategoryItem::KDevCategoryItem( const QString &name )
39 : KDevDocumentItem( name )

Callers 15

handleMethod · 0.45
handleMethod · 0.45
tokenizeMethod · 0.45
SentinelCommandMethod · 0.45
setHandlerMethod · 0.45
CliCommandMethod · 0.45
testStackSwitchThreadMethod · 0.45
compareDataFunction · 0.45
rootConfigMethod · 0.45

Calls 1

dataFunction · 0.50

Tested by 6

testStackSwitchThreadMethod · 0.36
compareDataFunction · 0.36
rootConfigMethod · 0.36