mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-04 00:12:33 +02:00
Refactor: GUI: Make modernize-use-default-member-init
happy with columnResizingFixer
This commit is contained in:
parent
8e428cc118
commit
1128a6bfff
@ -25,7 +25,6 @@
|
||||
ReceiveCoinsDialog::ReceiveCoinsDialog(const PlatformStyle *_platformStyle, QWidget *parent) :
|
||||
QDialog(parent, GUIUtil::dialog_flags),
|
||||
ui(new Ui::ReceiveCoinsDialog),
|
||||
columnResizingFixer(nullptr),
|
||||
platformStyle(_platformStyle)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
@ -51,7 +51,7 @@ public Q_SLOTS:
|
||||
|
||||
private:
|
||||
Ui::ReceiveCoinsDialog *ui;
|
||||
GUIUtil::TableViewLastColumnResizingFixer *columnResizingFixer;
|
||||
GUIUtil::TableViewLastColumnResizingFixer *columnResizingFixer{nullptr};
|
||||
WalletModel* model{nullptr};
|
||||
QMenu *contextMenu;
|
||||
QAction* copyLabelAction;
|
||||
|
Loading…
Reference in New Issue
Block a user