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

Method setIsSlot

kdevplatform/language/duchain/classfunctiondeclaration.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void ClassFunctionDeclaration::setIsSlot(bool isSlot)
170{
171 d_func_dynamic()->m_functionFlags = ( ClassFunctionFlags )setFlag(isSlot, FunctionSlotFlag,
172 d_func()->m_functionFlags);
173}
174
175bool ClassFunctionDeclaration::isConversionFunction() const
176{

Callers 2

setDeclDataMethod · 0.80
declareMethodMethod · 0.80

Calls 1

setFlagFunction · 0.85

Tested by

no test coverage detected