You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence code checker warning about unused std::unique_ptr::release
We don't need the pointer, as it's the same as "this", we just don't
want the event to own the object anymore.
Nevertheless, silence code checker warning about the unused return.
Amends 96ef000.
Change-Id: I6a3c73e971f1b9e10f5754018a1fa5941dca6172
Reviewed-by: Axel Spoerl <[email protected]>
(cherry picked from commit 920a490)
Reviewed-by: Volker Hilsheimer <[email protected]>
(cherry picked from commit bc2f4ac)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
0 commit comments