#3452 Command execution. Clear cached data before executing new commands

This commit is contained in:
Bjørn Erik Jensen
2018-10-04 10:40:48 +02:00
parent 273c2912ae
commit ce26437130
2 changed files with 13 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ public:
static std::vector<RicfCommandObject*> prepareFileCommandsForExecution(const std::vector<RicfCommandObject*>& commandsReadFromFile);
private:
void clearCachedData();
std::map<ExportType, QString> m_exportPaths;
QString m_lastProjectPath;
};