service/tray: re-add Q_INVOKABLE to invokable functions

Was accidentally removed in the last refactor.
This commit is contained in:
outfoxxed 2024-11-26 14:48:54 -08:00
parent 87a57b7a2c
commit 539692bc11
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name = "Quickshell.Services.SystemTray"
description = "Types for implementing a system tray"
headers = [ "qml.hpp" ]
headers = [ "qml.hpp", "item.hpp" ]
-----