#2428 Fracture: backwards compatibility of "Show mesh"-toggle

This commit is contained in:
Rebecca Cox
2018-02-02 09:06:24 +01:00
parent f21f6e969f
commit eef5fe6e55
6 changed files with 144 additions and 0 deletions

View File

@@ -49,4 +49,7 @@ public:
void setDefaultConductivityResultIfEmpty();
void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath);
protected:
virtual void initAfterRead() override;
};