moving slides after moving serviceItems, need to fix count of slides

This commit is contained in:
Chris Cochrun 2023-01-24 06:17:47 -06:00
parent 02c4c8a47a
commit 08ed111efc
5 changed files with 47 additions and 6 deletions

View file

@ -86,6 +86,7 @@ public slots:
Q_INVOKABLE bool deactivate(int id);
void addItemFromService(const int &index, const ServiceItem &item);
void insertItemFromService(const int &index, const ServiceItem &item);
void moveRowFromService(const int &fromIndex, const int &toIndex, const ServiceItem &item);
private:
QList<Slide *> m_items;