mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename
This commit is contained in:
parent
d489fe1034
commit
6fc4d23d8e
@ -52,7 +52,7 @@ RicfExportProperty::RicfExportProperty()
|
||||
RICF_InitField(&m_type, "type", caf::AppEnum<RiaDefines::ResultCatType>(RiaDefines::DYNAMIC_NATIVE), "Property type", "", "", "");
|
||||
RICF_InitField(&m_eclipseKeyword, "eclipseKeyword", QString(), "Eclipse Keyword", "", "", "");
|
||||
RICF_InitField(&m_undefinedValue, "undefinedValue", 0.0, "Undefined Value", "", "", "");
|
||||
RICF_InitField(&m_path, "exportFile", QString(), "Export File", "", "", "");
|
||||
RICF_InitField(&m_exportFileName, "exportFile", QString(), "Export FileName", "", "", "");
|
||||
// clang-format on
|
||||
}
|
||||
|
||||
@ -103,7 +103,7 @@ void RicfExportProperty::execute()
|
||||
return;
|
||||
}
|
||||
|
||||
QString filePath = m_path;
|
||||
QString filePath = m_exportFileName;
|
||||
if (filePath.isNull())
|
||||
{
|
||||
QDir propertiesDir(RicfCommandFileExecutor::instance()->getExportPath(RicfCommandFileExecutor::PROPERTIES));
|
||||
|
Loading…
Reference in New Issue
Block a user