From 34740b9363a93807385e9ddf15e752b9b94b85ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 11 Oct 2024 13:01:51 +0200 Subject: [PATCH] qwsi: Teach handleContextMenuEvent about synchronous delivery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Which also lets it return the acceptance state of the event. At the moment the acceptance state of QContextMenuEvent is a bit of a mess, so the QWSI acceptance state can't be trusted, but this opens up the door to using it at a later point. Task-number: QTBUG-67331 Change-Id: I75b586f90e25122bc9e25880d3787740b025c892 Reviewed-by: Morten Johan Sørvig Reviewed-by: Fabian Kosmale Reviewed-by: Ulf Hermann Reviewed-by: Shawn Rutledge (cherry picked from commit bbc3a7d7ba683c71de4662a1eeac0b7d3dfa6b11) Reviewed-by: Qt Cherry-pick Bot