qt6-bb10/src/platformsupport/input
Tim Blechmann c26994ff15 Fix -Wimplicit-fallthrough for clang
Clang's `-Wimplicit-fallthrough` warnings are a little stricter than
gcc's interpretation:

switch (i) {
case 0:
    foo();
case 4:
    break;
}

While gcc accepts the implicit fallthrough, if the following statement
is a trivial `break`, clang will warn about it.

Pick-to: 6.7
Change-Id: I38e0817f1bc034fbb552aeac21de1516edcbcbb0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2024-03-01 03:04:06 +00:00
..
evdevkeyboard Div. private RAII/smart ptr classes: mark ctors [[nodiscard]] 2023-06-21 21:53:10 +02:00
evdevmouse QtGui: code tidies: use the 4-arg connect overload 2023-06-28 01:32:10 +02:00
evdevtablet
evdevtouch Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
integrityhid
libinput QtGui: code tidies: use the 4-arg connect overload 2023-06-28 01:32:10 +02:00
shared
tslib tslib: generate event with correct buttons and event type 2023-11-08 13:40:44 +02:00
CMakeLists.txt Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_module 2024-02-09 23:00:04 +01:00