MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ShowProgress

Function ShowProgress

src/qt/walletmodel.cpp:411–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress)
412{
413 // emits signal "showProgress"
414 QMetaObject::invokeMethod(walletmodel, "showProgress", Qt::QueuedConnection,
415 Q_ARG(QString, QString::fromStdString(title)),
416 Q_ARG(int, nProgress));
417}
418
419static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly)
420{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected