switch to signed values for items
This commit is contained in:
@ -26,8 +26,8 @@ signals:
|
||||
void deleteRequest(const ItemData& item);
|
||||
|
||||
private slots:
|
||||
void setValue(uint8_t value);
|
||||
void moveToValue(uint8_t value);
|
||||
void setValue(int8_t value);
|
||||
void moveToValue(int8_t value);
|
||||
void deleteItem();
|
||||
|
||||
void stepUp();
|
||||
|
Reference in New Issue
Block a user