Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)

Qt-only changes.
This commit is contained in:
practicalswift
2018-07-30 12:37:09 +02:00
committed by Ben Woosley
parent 84d0fdce11
commit 9096276e0b
52 changed files with 90 additions and 90 deletions

View File

@@ -113,8 +113,8 @@ public:
OverviewPage::OverviewPage(const PlatformStyle *platformStyle, QWidget *parent) :
QWidget(parent),
ui(new Ui::OverviewPage),
clientModel(0),
walletModel(0),
clientModel(nullptr),
walletModel(nullptr),
txdelegate(new TxViewDelegate(platformStyle, this))
{
ui->setupUi(this);