mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -394,7 +394,7 @@ bool RigLasFileExporter::writeToFolder(const QString& exportFolder)
|
||||
if (caf::Utils::fileExists(fileName))
|
||||
{
|
||||
QString txt = QString("File %1 exists.\n\nDo you want to overwrite the file?").arg(fileName);
|
||||
int ret = QMessageBox::question(NULL, "LAS File Export",
|
||||
int ret = QMessageBox::question(nullptr, "LAS File Export",
|
||||
txt,
|
||||
QMessageBox::Yes | QMessageBox::No,
|
||||
QMessageBox::Yes);
|
||||
|
||||
Reference in New Issue
Block a user