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

Method setIsSignal

kdevplatform/language/duchain/classfunctiondeclaration.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void ClassFunctionDeclaration::setIsSignal(bool isSignal)
159{
160 d_func_dynamic()->m_functionFlags = ( ClassFunctionFlags )setFlag(isSignal, FunctionSignalFlag,
161 d_func()->m_functionFlags);
162}
163
164bool ClassFunctionDeclaration::isSlot() const
165{

Callers 3

setDeclDataMethod · 0.80
declareMethodMethod · 0.80
visitMethod · 0.80

Calls 1

setFlagFunction · 0.85

Tested by

no test coverage detected