#4603 Python: add case Id to exportSnapshots (#4604)

* #4603 Python: add case Id to exportSnapshots
* Fixup after review
This commit is contained in:
Gaute Lindkvist
2019-08-21 15:11:29 +02:00
committed by GitHub
parent a97066b2f2
commit 7bfe4f4bfe
7 changed files with 16 additions and 8 deletions

View File

@@ -50,4 +50,5 @@ public:
private:
caf::PdmField<SnapshotsTypeEnum> m_type;
caf::PdmField<QString> m_prefix;
caf::PdmField<int> m_caseId;
};