X Tutup
Skip to content

Commit b4e5363

Browse files
committed
gui: Fix unintialized WalletView::progressDialog
Github-Pull: bitcoin#18062 Rebased-From: acf8abc
1 parent 755b073 commit b4e5363

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
@@ -68,7 +68,7 @@ class WalletView : public QStackedWidget
6868

6969
TransactionView *transactionView;
7070

71-
QProgressDialog *progressDialog;
71+
QProgressDialog* progressDialog{nullptr};
7272
const PlatformStyle *platformStyle;
7373

7474
public Q_SLOTS:

0 commit comments

Comments
 (0)
X Tutup