attempting to add wrapper move function
I believe this won't work, but it's an attempt
This commit is contained in:
parent
42f65b5516
commit
b0435e197c
2 changed files with 16 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
Q_INVOKABLE void removeItem(int index);
|
||||
Q_INVOKABLE void removeItems();
|
||||
Q_INVOKABLE bool moveRows(int sourceIndex, int destIndex, int count);
|
||||
Q_INVOKABLE bool moveRowsRust(int source, int dest, int count, ServiceItemMod *rustModel);
|
||||
Q_INVOKABLE bool moveDown(int index);
|
||||
Q_INVOKABLE bool moveUp(int index);
|
||||
Q_INVOKABLE bool select(int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue