qt6-bb10/src
Marc Mutz 7eddca359d Q_FALLTHROUGH: use GCC extensions in non-C++17-code
GCC defines the [[gnu::fallthrough]] attribute for C++11 and C++14
code, as well as __attribute__((fallthrough)) for C++98 and C code.

Use them.

Change-Id: I66aa178c2a96e2ff9ac3f6f02821c978b4ec3696
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2016-10-10 17:17:54 +00:00
..
3rdparty Make sure X11 paths are properly set in plugins 2016-10-06 19:04:36 +00:00
android Fix QtNative.checkSelfPermission() 2016-09-20 11:13:42 +00:00
angle Fix out of source builds 2016-09-22 09:36:30 +00:00
concurrent QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
corelib Q_FALLTHROUGH: use GCC extensions in non-C++17-code 2016-10-10 17:17:54 +00:00
dbus remove unnecessary references to $$QMAKE_CFLAGS_DBUS 2016-10-04 20:21:28 +00:00
gui Migrate libinput support away from QT_LIBRARY_VERSION 2016-10-10 16:59:26 +00:00
network Replace QCFString::to(CF/NS/Q)String usage with QString methods 2016-10-06 08:02:59 +00:00
opengl Merge dev into 5.8 2016-08-22 11:30:01 +02:00
openglextensions Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
platformheaders Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-22 21:58:45 +02:00
platformsupport Migrate libinput support away from QT_LIBRARY_VERSION 2016-10-10 16:59:26 +00:00
plugins xcb: Drop libXi version check 2016-10-10 16:59:32 +00:00
printsupport Use QString::fromLatin1() less to avoid string allocations 2016-09-15 15:55:57 +00:00
sql Make sure flags from library detections go to the right places 2016-10-10 16:59:10 +00:00
testlib Merge remote-tracking branch 'origin/5.7' into 5.8 2016-10-06 20:12:27 +02:00
tools Merge remote-tracking branch 'origin/5.7' into 5.8 2016-10-06 20:12:27 +02:00
widgets Merge remote-tracking branch 'origin/5.7' into 5.8 2016-10-06 20:12:27 +02:00
winmain Merge remote-tracking branch 'origin/5.7' into 5.8 2016-09-21 11:57:52 +02:00
xml QXmlAttributes: mark as shared-come-qt6 2016-10-04 06:25:54 +00:00
src.pro Convert the old feature system 2016-09-15 08:24:10 +00:00