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

Method CommandAction

src/common/actionmanager/commandaction.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120CommandAction::CommandAction(QObject *parent)
121 : QAction(parent),
122 d(new CommandActionPrivate(this))
123{
124 connect(this, &QAction::changed, d, &CommandActionPrivate::updateToolTipWithKeySequence);
125 d->updateState();
126}
127
128CommandAction::~CommandAction()
129{

Callers

nothing calls this directly

Calls 2

connectFunction · 0.85
updateStateMethod · 0.80

Tested by

no test coverage detected