forked from quickshell/quickshell
all: use fully qualified type names in signals and invokables
Further fixes qmllint/qmlls
This commit is contained in:
parent
98cdb87181
commit
cdeec6ee83
8 changed files with 13 additions and 12 deletions
|
|
@ -114,7 +114,7 @@ signals:
|
|||
/// Sent when a notification is received by the server.
|
||||
///
|
||||
/// If this notification should not be discarded, set its `tracked` property to true.
|
||||
void notification(Notification* notification);
|
||||
void notification(qs::service::notifications::Notification* notification);
|
||||
|
||||
void keepOnReloadChanged();
|
||||
void persistenceSupportedChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue