DataRecorder tool: interface changed to use config file (#661)

This commit is contained in:
matlabbe
2020-12-13 12:42:58 -05:00
parent 3104dff006
commit d700d09339
3 changed files with 68 additions and 204 deletions

View File

@@ -120,7 +120,7 @@ public:
virtual QString getIniFilePath() const;
virtual QString getTmpIniFilePath() const;
void init();
void init(const QString & iniFilePath = "");
void setCurrentPanelToSource();
virtual QString getDefaultWorkingDirectory() const;