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