mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1665 Add replaceCase command to command file interface
This commit is contained in:
@@ -39,7 +39,9 @@ public:
|
||||
|
||||
void executeCommands(QTextStream& stream);
|
||||
void setExportPath(ExportType type, QString path);
|
||||
QString getExportPath(ExportType type);
|
||||
QString getExportPath(ExportType type) const;
|
||||
void setLastProjectPath(const QString& path);
|
||||
QString getLastProjectPath() const;
|
||||
|
||||
static RicfCommandFileExecutor* instance();
|
||||
|
||||
@@ -47,4 +49,5 @@ private:
|
||||
RicfMessages m_messages;
|
||||
|
||||
std::map<ExportType, QString> m_exportPaths;
|
||||
QString m_lastProjectPath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user