mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Completion Export : Add option to control export of comments
This commit is contained in:
@@ -57,6 +57,9 @@ public:
|
||||
void setLastProjectPath( const QString& path );
|
||||
QString getLastProjectPath() const;
|
||||
|
||||
void setExportDataSouceAsComment( bool enable );
|
||||
bool exportDataSouceAsComment() const;
|
||||
|
||||
static RicfCommandFileExecutor* instance();
|
||||
|
||||
static std::vector<RicfCommandObject*>
|
||||
@@ -67,4 +70,5 @@ private:
|
||||
|
||||
std::map<ExportType, QString> m_exportPaths;
|
||||
QString m_lastProjectPath;
|
||||
bool m_exportDataSourceAsComment;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user