adding a loading of last saved file for jumping right back in
This commit is contained in:
parent
7f1fc126fd
commit
798c682df9
3 changed files with 33 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue