| 447 | } |
| 448 | |
| 449 | static void NotifyCanGetAddressesChanged(WalletModel* walletmodel) |
| 450 | { |
| 451 | bool invoked = QMetaObject::invokeMethod(walletmodel, "canGetAddressesChanged"); |
| 452 | assert(invoked); |
| 453 | } |
| 454 | |
| 455 | void WalletModel::subscribeToCoreSignals() |
| 456 | { |
no outgoing calls
no test coverage detected