adding a loading of last saved file for jumping right back in

This commit is contained in:
Chris Cochrun 2022-10-17 10:15:22 -05:00
parent 7f1fc126fd
commit 798c682df9
3 changed files with 33 additions and 11 deletions

View file

@ -93,6 +93,7 @@ public:
Q_INVOKABLE bool save(QUrl file);
Q_INVOKABLE bool load(QUrl file);
Q_INVOKABLE bool loadLastSaved();
private:
QList<ServiceItem *> m_items;