mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
gui: Fix unintialized WalletView::progressDialog
Github-Pull: #18062
Rebased-From: acf8abc7f3
This commit is contained in:
parent
755b0734bb
commit
b4e5363ccc
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