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

Function NotifyWatchonlyChanged

src/qt/walletmodel.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly)
420{
421 QMetaObject::invokeMethod(walletmodel, "updateWatchOnlyFlag", Qt::QueuedConnection,
422 Q_ARG(bool, fHaveWatchonly));
423}
424
425void WalletModel::subscribeToCoreSignals()
426{

Callers 2

AddWatchOnlyMethod · 0.85
RemoveWatchOnlyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected