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

Function ObjectInvoke

src/qt/guiutil.h:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 */
378 template <typename Fn>
379 void ObjectInvoke(QObject* object, Fn&& function, Qt::ConnectionType connection = Qt::QueuedConnection)
380 {
381 QObject source;
382 QObject::connect(&source, &QObject::destroyed, object, std::forward<Fn>(function), connection);
383 }
384
385 /**
386 * Replaces a plain text link with an HTML tagged one.

Callers 3

initializeMethod · 0.85
shutdownMethod · 0.85
getOrCreateWalletMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected