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

Function ShowProgress

src/qt/walletmodel.cpp:433–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress)
434{
435 // emits signal "showProgress"
436 bool invoked = QMetaObject::invokeMethod(walletmodel, "showProgress", Qt::QueuedConnection,
437 Q_ARG(QString, QString::fromStdString(title)),
438 Q_ARG(int, nProgress));
439 assert(invoked);
440}
441
442static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly)
443{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected