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
|
@ -63,7 +63,7 @@ signals:
|
|||
/// Emitted for every event that comes in through the hyprland event socket (socket2).
|
||||
///
|
||||
/// See [Hyprland Wiki: IPC](https://wiki.hyprland.org/IPC/) for a list of events.
|
||||
void rawEvent(HyprlandIpcEvent* event);
|
||||
void rawEvent(qs::hyprland::ipc::HyprlandIpcEvent* event);
|
||||
|
||||
void focusedMonitorChanged();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue