mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02: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;
|
TransactionView *transactionView;
|
||||||
|
|
||||||
QProgressDialog *progressDialog;
|
QProgressDialog* progressDialog{nullptr};
|
||||||
const PlatformStyle *platformStyle;
|
const PlatformStyle *platformStyle;
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue