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

Method removeAttribute

src/common/actionmanager/commandaction.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void CommandAction::removeAttribute(Attribute attribute)
173{
174 d->attributes &= ~attribute;
175 d->updateState();
176}
177
178bool CommandAction::hasAttribute(Attribute attribute)
179{

Callers

nothing calls this directly

Calls 1

updateStateMethod · 0.80

Tested by

no test coverage detected