forked from quickshell/quickshell
service/tray: mostly complete StatusNotifierItem implementation
Notably missing dbusmenu which makes it actually useful.
This commit is contained in:
parent
d47a7f2cff
commit
6214ac1002
25 changed files with 1321 additions and 4 deletions
|
@ -122,6 +122,9 @@ public:
|
|||
void updateAllViaGetAll();
|
||||
[[nodiscard]] QString toString() const;
|
||||
|
||||
signals:
|
||||
void getAllFinished();
|
||||
|
||||
private slots:
|
||||
void onPropertiesChanged(
|
||||
const QString& interfaceName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue