gui: Fix unintialized WalletView::progressDialog
Github-Pull: #18062 Rebased-From: acf8abc7f3cf7efa418a46f9f69f23f1a5035582
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…
Reference in a new issue