Skip to content

Commit acf8abc

Browse files
committed
gui: Fix unintialized WalletView::progressDialog
1 parent 651e343 commit acf8abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/walletview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class WalletView : public QStackedWidget
6666

6767
TransactionView *transactionView;
6868

69-
QProgressDialog *progressDialog;
69+
QProgressDialog* progressDialog{nullptr};
7070
const PlatformStyle *platformStyle;
7171

7272
public Q_SLOTS:

0 commit comments

Comments
 (0)