implemented much of the project loading logic
Still not functional, but much of the groundwork is done.
This commit is contained in:
@@ -33,6 +33,8 @@ signals:
|
||||
void SizeChanged(int size);
|
||||
|
||||
protected:
|
||||
virtual void LoadInternal(QXmlStreamReader* reader) override;
|
||||
|
||||
virtual void SaveInternal(QXmlStreamWriter* writer) const override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user