moved serialization

This commit is contained in:
itsmattkc
2023-02-21 14:26:34 -08:00
parent 85a8fbf1fd
commit 028651f9fb
31 changed files with 1203 additions and 1443 deletions
+7
View File
@@ -42,12 +42,19 @@ public:
return filename_;
}
const MainWindowLayoutInfo &GetLoadedLayout() const
{
return layout_;
}
protected:
Project* project_;
private:
QString filename_;
MainWindowLayoutInfo layout_;
};
}