finished loading function

This commit is contained in:
Chris Cochrun 2022-10-16 07:33:39 -05:00
parent ae7911fd51
commit 7a038ac141
2 changed files with 26 additions and 0 deletions

View file

@ -89,6 +89,7 @@ public:
Q_INVOKABLE bool activate(int id);
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
Q_INVOKABLE void clearAll();
Q_INVOKABLE bool save(QUrl file);
Q_INVOKABLE bool load(QUrl file);