forked from quickshell/quickshell
services/tray: fix const lint in item
This commit is contained in:
parent
fdc13023b7
commit
36174854ad
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ signals:
|
|||
private slots:
|
||||
void updateIcon();
|
||||
void onGetAllFinished();
|
||||
void onGetAllFailed();
|
||||
void onGetAllFailed() const;
|
||||
void onMenuPathChanged();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue