implement joystick item switching
This commit is contained in:
parent
00bfa72455
commit
7a61dc9368
8 changed files with 61 additions and 41 deletions
|
|
@ -20,6 +20,10 @@ public:
|
|||
|
||||
void clear();
|
||||
|
||||
private slots:
|
||||
|
||||
void jsReqNewItem();
|
||||
|
||||
signals:
|
||||
|
||||
void itemDeleted(ItemData item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue