| 402 | } |
| 403 | |
| 404 | static void NotifyTransactionChanged(WalletModel *walletmodel, const uint256 &hash, ChangeType status) |
| 405 | { |
| 406 | Q_UNUSED(hash); |
| 407 | Q_UNUSED(status); |
| 408 | QMetaObject::invokeMethod(walletmodel, "updateTransaction", Qt::QueuedConnection); |
| 409 | } |
| 410 | |
| 411 | static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress) |
| 412 | { |
no outgoing calls
no test coverage detected