mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge pull request #3040 from Diapolo/Qt_misc2
Bitcoin-Qt: add missing change from branch Qt_misc
This commit is contained in:
commit
a68fd1ca14
1 changed files with 2 additions and 5 deletions
|
@ -56,12 +56,9 @@ bool WalletFrame::handlePaymentRequest(const SendCoinsRecipient &recipient)
|
||||||
|
|
||||||
void WalletFrame::showOutOfSyncWarning(bool fShow)
|
void WalletFrame::showOutOfSyncWarning(bool fShow)
|
||||||
{
|
{
|
||||||
if (!walletStack) {
|
if (!walletStack)
|
||||||
QMessageBox box;
|
|
||||||
box.setText("walletStack is null");
|
|
||||||
box.exec();
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
walletStack->showOutOfSyncWarning(fShow);
|
walletStack->showOutOfSyncWarning(fShow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue