mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
gui: Fix unintialized WalletView::progressDialog
This commit is contained in:
parent
651e343888
commit
acf8abc7f3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ private:
|
|||
|
||||
TransactionView *transactionView;
|
||||
|
||||
QProgressDialog *progressDialog;
|
||||
QProgressDialog* progressDialog{nullptr};
|
||||
const PlatformStyle *platformStyle;
|
||||
|
||||
public Q_SLOTS:
|
||||
|
|
Loading…
Add table
Reference in a new issue