mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6771 Regression Test: Remove unused includes
This commit is contained in:
@@ -1139,9 +1139,6 @@ bool RiaApplication::launchProcess( const QString& program,
|
||||
|
||||
stopMonitoringWorkProgress();
|
||||
|
||||
// QMessageBox::warning(m_mainWindow, "Script execution", "Failed to start script executable
|
||||
// located at\n" + program);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -1149,9 +1146,6 @@ bool RiaApplication::launchProcess( const QString& program,
|
||||
}
|
||||
else
|
||||
{
|
||||
// QMessageBox::warning(nullptr,
|
||||
// "Script execution",
|
||||
// "An Octave process is still running. Please stop this process before executing a new script.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
#include "cafUtils.h"
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QMessageBox>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user