MCPcopy Create free account
hub / github.com/LUX-Core/lux / ShowProgress

Function ShowProgress

src/qt/walletmodel.cpp:573–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573static void ShowProgress(WalletModel* walletmodel, const std::string& title, int nProgress)
574{
575 // emits signal "showProgress"
576 QMetaObject::invokeMethod(walletmodel, "showProgress", Qt::QueuedConnection,
577 Q_ARG(QString, QString::fromStdString(title)),
578 Q_ARG(int, nProgress));
579}
580
581static void NotifyWatchonlyChanged(WalletModel* walletmodel, bool fHaveWatchonly)
582{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected