Skip to content
Commit 3164e136 authored by David Edmundson's avatar David Edmundson
Browse files

Screenpool: avoid uniqueConnection with lambda

Handling QScreen geometryChanged was connected to a lambda with a unique
connection. Qt cannot determine this and doesn't connect.

The unique connection was used as handleScreenAdded is also called when
the output order changed to handle things being async.
(I don't think that's actually needed, but that's a refactor for another thread)

This patch shuffles the code so we only connect once which is cleaner
anyway.

CCBUG: 466312
CCBUG: 466020


(cherry picked from commit 253034f3)
parent 90720876
Pipeline #354411 passed with stage
in 17 minutes and 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment