Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.0, 6.1, 6.2.4, 6.3.1, 6.4.0 Beta1
-
None
Description
QExposeEvent has its QExposeEvent::region() method deprecated since Qt 6.0.
However QWidgetWindow still uses it in the QWidgetWindow::handleExposeEvent() method.
The deprecation message suggests to use QPaintEvent::region() instead.
The scope of this task is to implement paintEvent() handling for QWidgetWindow and to get rid of the code utilizing QExposeEvent::region() in QWidgetWindow::handleExposeEvent()
Attachments
Issue Links
- resulted from
-
QTBUG-104857 QtBase does not compile with QT_DISABLE_DEPRECATED_BEFORE = 0x060000
-
- Closed
-