Merge #18084: 0.19: gui: Fix unintialized WalletView::progressDialog
b4e5363ccc
gui: Fix unintialized WalletView::progressDialog (João Barbosa) Pull request description: Backport #18062 to 0.19. ACKs for top commit: Empact: ACKb4e5363ccc
jonasschnelli: utACKb4e5363ccc
Tree-SHA512: 9ebf0c29b606689de118c3d64f0a8f4dd53df05799b3be6da1891cb214c4fca7f0e3f2cd2a205c78496914cec1f7fa469d6df88428fcd6854ede6c61dbbc6d2a
This commit is contained in:
commit
7d53995ff2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ private:
|
|||
|
||||
TransactionView *transactionView;
|
||||
|
||||
QProgressDialog *progressDialog;
|
||||
QProgressDialog* progressDialog{nullptr};
|
||||
const PlatformStyle *platformStyle;
|
||||
|
||||
public Q_SLOTS:
|
||||
|
|
Loading…
Add table
Reference in a new issue