Client: Temporarily disable QPA startSystemMove

The signature of startSysteMove has changed, remove the override temporarily so
qt5.git can update. Then we can add the correct override back afterwards.

Fixes: QTBUG-81751
Change-Id: I4ef9aec1e8299e853be4ef868ecfc3a374ae6f27
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: David Edmundson <davidedmundson@kde.org>
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
Johan Klokkhammer Helsing 2020-01-30 15:48:41 +01:00
parent d1d0e2d6b0
commit a319f4a597

View File

@ -196,7 +196,7 @@ public:
void propagateSizeHints() override;
void addAttachOffset(const QPoint point);
bool startSystemMove(const QPoint &pos) override;
bool startSystemMove(const QPoint &pos);
void timerEvent(QTimerEvent *event) override;
void requestUpdate() override;