summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-01-30 15:48:41 +0100
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-01-31 11:54:35 +0100
commit35dfb5a5d4a3758f48406c0b6d871000c9c59799 (patch)
tree913838c019fed0c9b69c96b087d7d0389d1134b1
parent8daf0e472e165d4d392e15063f51c993c6426c7e (diff)
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>
-rw-r--r--src/client/qwaylandwindow_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index 35fa1fdfc..c0328996d 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -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;