Revert "Bring QWindowPrivate::deliverUpdateRequest() back temporarily"

This reverts commit 6ada4155af.

The fix to use new private API landed in qtwayland e3fa740d20.

Task-number: QTBUG-67480
Change-Id: Ie01e4b423ca326b81740f195562244e733a66d72
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
This commit is contained in:
Liang Qi 2018-04-06 09:15:41 +02:00
parent 709401e680
commit 05137bc914
2 changed files with 0 additions and 8 deletions

View File

@ -2358,12 +2358,6 @@ bool QWindow::event(QEvent *ev)
return true;
}
void QWindowPrivate::deliverUpdateRequest()
{
if (platformWindow)
platformWindow->deliverUpdateRequest();
}
/*!
Schedules a QEvent::UpdateRequest event to be delivered to this window.

View File

@ -124,8 +124,6 @@ public:
bool applyCursor();
#endif
void deliverUpdateRequest();
QPoint globalPosition() const;
QWindow *topLevelWindow() const;