moving slides after moving serviceItems, need to fix count of slides
This commit is contained in:
parent
02c4c8a47a
commit
08ed111efc
5 changed files with 47 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue