hyprland/ipc: fix focusedWorkspaceChanged connection

This commit is contained in:
kossLAN 2025-09-02 12:38:34 -04:00
parent f7597cdae2
commit f592793873
No known key found for this signature in database

View file

@ -24,9 +24,9 @@ HyprlandIpcQml::HyprlandIpcQml() {
QObject::connect( QObject::connect(
instance, instance,
&HyprlandIpc::focusedMonitorChanged, &HyprlandIpc::focusedWorkspaceChanged,
this, this,
&HyprlandIpcQml::focusedMonitorChanged &HyprlandIpcQml::focusedWorkspaceChanged
); );
QObject::connect( QObject::connect(