#2989 Clean up errors between runs of command files.

This commit is contained in:
Gaute Lindkvist
2018-09-19 13:30:38 +02:00
parent 54cb35232a
commit 477b7dd018
2 changed files with 3 additions and 4 deletions

View File

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