MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddButtonShortcut

Function AddButtonShortcut

src/qt/guiutil.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void AddButtonShortcut(QAbstractButton* button, const QKeySequence& shortcut)
139{
140 QObject::connect(new QShortcut(shortcut, button), &QShortcut::activated, [button]() { button->animateClick(); });
141}
142
143bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out)
144{

Callers 1

RPCConsoleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected