MCPcopy Create free account
hub / github.com/KDE/kdevelop / isSlot

Method isSlot

kdevplatform/language/duchain/classfunctiondeclaration.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool ClassFunctionDeclaration::isSlot() const
165{
166 return d_func()->m_functionFlags & FunctionSlotFlag;
167}
168
169void ClassFunctionDeclaration::setIsSlot(bool isSlot)
170{

Callers 5

declarationDetailsMethod · 0.80
FunctionDescriptionMethod · 0.80
testQtIntegrationMethod · 0.80
findCaseDeclarationsMethod · 0.80

Calls

no outgoing calls

Tested by 2

testQtIntegrationMethod · 0.64
findCaseDeclarationsMethod · 0.64