Fix bug that prevented aquireing new items

Add save button to master that saves json file
Remove autosave on quit
This commit is contained in:
2021-10-02 14:12:58 +02:00
parent 5fb9ca7cc0
commit 954eec754c
14 changed files with 61 additions and 18 deletions

View File

@ -41,6 +41,7 @@ private:
signals:
void sigBrodcast();
void sigSave();
void createdItem(std::shared_ptr<Item> item);
private slots: