Use nullptr

wilder-work
Montel Laurent 9 years ago
parent 2fa33d1460
commit 84a2e86ef1
  1. 4
      src/searchdialog/incompleteindexdialog.cpp

@ -108,8 +108,8 @@ private:
IncompleteIndexDialog::IncompleteIndexDialog(const QVector<qint64> &unindexedCollections, QWidget *parent)
: QDialog(parent)
, mUi(new Ui::IncompleteIndexDialog)
, mProgressDialog(0)
, mIndexer(0)
, mProgressDialog(nullptr)
, mIndexer(nullptr)
{
QHBoxLayout *mainLayout = new QHBoxLayout(this);
mainLayout->setMargin(0);

Loading…
Cancel
Save