#6423 Use directory instead of file path for FRK export.

This commit is contained in:
Kristian Bendiksen
2020-09-04 10:23:19 +02:00
parent df0a985e14
commit a2f6a28248
9 changed files with 226 additions and 157 deletions

View File

@@ -47,5 +47,5 @@ public:
bool isNullptrValidResult() const override;
private:
caf::PdmField<QString> m_filePath;
caf::PdmField<QString> m_directoryPath;
};