basic function of getting all items from servicelist to save it

This commit is contained in:
Chris Cochrun 2022-10-04 15:20:26 -05:00
parent e4d4cfe8c3
commit c1f0e87056
4 changed files with 43 additions and 5 deletions

View file

@ -88,6 +88,7 @@ public:
Q_INVOKABLE bool select(int id);
Q_INVOKABLE bool activate(int id);
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
private:
QList<ServiceItem *> m_items;