hyprland/ipc: fix focusedWorkspaceChanged connection

This commit is contained in:
kossLAN 2025-09-02 12:38:34 -04:00 committed by outfoxxed
parent 83f5af522d
commit e4d33fa52f
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

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(