Fabian Vogt
4930960475
Qt 5.14 Alpha OBS-URL: https://build.opensuse.org/request/show/734738 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtwayland?expand=0&rev=2
15 lines
540 B
Diff
15 lines
540 B
Diff
Index: qtwayland-everywhere-src-5.14.0-alpha/src/client/qwaylandinputdevice.cpp
|
|
===================================================================
|
|
--- qtwayland-everywhere-src-5.14.0-alpha.orig/src/client/qwaylandinputdevice.cpp
|
|
+++ qtwayland-everywhere-src-5.14.0-alpha/src/client/qwaylandinputdevice.cpp
|
|
@@ -968,6 +968,9 @@ bool QWaylandInputDevice::Pointer::Frame
|
|
case axis_source_finger:
|
|
case axis_source_continuous:
|
|
return !delta.isNull();
|
|
+ default:
|
|
+ Q_UNREACHABLE();
|
|
+ return false;
|
|
}
|
|
}
|
|
|