mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -800,7 +800,7 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
.arg(last.toString(formatString));
|
||||
}
|
||||
|
||||
QMessageBox::warning(NULL, "Detected no overlapping time steps", description);
|
||||
QMessageBox::warning(nullptr, "Detected no overlapping time steps", description);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user