MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / hasAttribute

Method hasAttribute

src/common/actionmanager/commandaction.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool CommandAction::hasAttribute(Attribute attribute)
179{
180 return d->attributes.testFlag(attribute);
181}
182
183QString CommandAction::stringWithAppendedShortcut(const QString &str, const QKeySequence &shortcut)
184{

Callers 2

updateStateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected