diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2023-04-11 14:48:25 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2023-04-18 13:09:34 +0000 |
commit | 396357ca968cd0bc90b284aeb4800572ed6a72f0 (patch) | |
tree | 3572a6ef40dcb08ecea67e009c144f3ed0bcfc18 /src/client/qwaylandwindow_p.h | |
parent | 558babd4bc3cbd1f6eb9f17f263313fd7b40069a (diff) | |
download | qtwayland-396357ca968cd0bc90b284aeb4800572ed6a72f0.tar.gz |
Make sure doApplyConfigure() is called from main thread
Task-number: QTBUG-101948
Change-Id: I867365384c43ccddf5b7a8600a3db84aa99aca6d
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r-- | src/client/qwaylandwindow_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h index 636cd179..042ea566 100644 --- a/src/client/qwaylandwindow_p.h +++ b/src/client/qwaylandwindow_p.h @@ -321,6 +321,9 @@ protected: QPointer<QWaylandWindow> mTransientParent; QList<QPointer<QWaylandWindow>> mChildPopups; +private slots: + void doApplyConfigureFromOtherThread(); + private: void setGeometry_helper(const QRect &rect); void initWindow(); |