Skip to content

Commit

Permalink
gui: Fix unintialized WalletView::progressDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
promag committed Feb 3, 2020
1 parent 651e343 commit acf8abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/walletview.h
Expand Up @@ -66,7 +66,7 @@ class WalletView : public QStackedWidget

TransactionView *transactionView;

QProgressDialog *progressDialog;
QProgressDialog* progressDialog{nullptr};
const PlatformStyle *platformStyle;

public Q_SLOTS:
Expand Down

0 comments on commit acf8abc

Please sign in to comment.