| 579 | } |
| 580 | |
| 581 | static void NotifyWatchonlyChanged(WalletModel* walletmodel, bool fHaveWatchonly) |
| 582 | { |
| 583 | QMetaObject::invokeMethod(walletmodel, "updateWatchOnlyFlag", Qt::QueuedConnection, |
| 584 | Q_ARG(bool, fHaveWatchonly)); |
| 585 | } |
| 586 | |
| 587 | static void NotifyContractBookChanged(WalletModel *walletmodel, CWallet *wallet, |
| 588 | const std::string &address, const std::string &label, const std::string &abi, ChangeType status) |
no outgoing calls
no test coverage detected