Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
bool ClassFunctionDeclaration::isSlot() const
165
{
166
return d_func()->m_functionFlags & FunctionSlotFlag;
167
}
168
169
void ClassFunctionDeclaration::setIsSlot(bool isSlot)
170
{
Callers
5
declarationDetails
Method · 0.80
FunctionDescription
Method · 0.80
testQtIntegration
Method · 0.80
functionPropertiesToString
Function · 0.80
findCaseDeclarations
Method · 0.80
Calls
no outgoing calls
Tested by
2
testQtIntegration
Method · 0.64
findCaseDeclarations
Method · 0.64