mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
refactor: refresh shared library
This commit is contained in:
@ -95,8 +95,8 @@ public slots:
|
||||
|
||||
private slots:
|
||||
void changeColor(Ui::GraphicalItem *_ui);
|
||||
void changeCountState(Ui::GraphicalItem *_ui, int _state);
|
||||
void changeValue(Ui::GraphicalItem *_ui, int _state);
|
||||
static void changeCountState(Ui::GraphicalItem *_ui, int _state);
|
||||
static void changeValue(Ui::GraphicalItem *_ui, int _state);
|
||||
|
||||
private:
|
||||
GraphicalItemHelper *m_helper = nullptr;
|
||||
|
Reference in New Issue
Block a user