diff options
author | Liang Qi <liang.qi@qt.io> | 2018-04-04 13:52:09 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2018-04-04 18:44:20 +0000 |
commit | 6ada4155aff6a106d918ec1b93923bed9617ab27 (patch) | |
tree | 57a374be109805b1ca3deb04d29b8cc763663285 /src/gui/kernel/qwindow_p.h | |
parent | 84cc8d0badb4abc3c9a96d59c61dddce916a216c (diff) | |
download | qtbase-6ada4155aff6a106d918ec1b93923bed9617ab27.tar.gz |
Bring QWindowPrivate::deliverUpdateRequest() back temporarily
QtWayland is using that now.
This change partly reverts commit bff59f87ba11cac1dfa710f021522372de7a776f.
Task-number: QTBUG-67480
Change-Id: I36b75555baef220c80cf103226f5b8108d7a352c
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/gui/kernel/qwindow_p.h')
-rw-r--r-- | src/gui/kernel/qwindow_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qwindow_p.h b/src/gui/kernel/qwindow_p.h index adc9414b0f..7ef73eb410 100644 --- a/src/gui/kernel/qwindow_p.h +++ b/src/gui/kernel/qwindow_p.h @@ -124,6 +124,8 @@ public: bool applyCursor(); #endif + void deliverUpdateRequest(); + QPoint globalPosition() const; QWindow *topLevelWindow() const; |