qt6-bb10/src
Erik Verbruggen d26289ffb4 Add ++/--/min/max to QSpecialInteger
Add both prefix and postfix versions of the increment/decrement
operators, and a static constexpr min/max which returns the
minimum/maximumm values that can be stored in the QSpecialInteger. These
latter functions are useful to define constants, e.g.:

    typedef quint8_be IPv4_TTL;
    static constexpr TTL_TO_DROP = IPv4_TTL::min();

Change-Id: I825a279feb68b93572765a9fdb5aa7b06d1be35b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-08-17 11:31:28 +00:00
..
3rdparty Merge remote-tracking branch 'origin/5.11' into dev 2018-08-16 18:48:59 +02:00
android Android: Support mouse hover 2018-07-13 17:20:34 +00:00
angle ANGLE: embed version information into libEGL, libGLESv2 and QtANGLE 2018-07-05 13:24:35 +00:00
concurrent Doc: Fix typo and grammar issues 2018-07-09 17:00:19 +00:00
corelib Add ++/--/min/max to QSpecialInteger 2018-08-17 11:31:28 +00:00
dbus Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
gui Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging/dev 2018-08-17 12:22:55 +00:00
network Add displayName getters to QSslCertificate 2018-08-17 11:03:52 +00:00
opengl Merge remote-tracking branch 'origin/5.11' into dev 2018-08-17 09:08:06 +02:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders QSystemTrayIcon/X11: Move platform-specific calls to the xcb plugin 2018-07-10 20:04:09 +00:00
platformsupport Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
plugins xcb: replace tiny helper function with an inline code 2018-08-17 09:59:39 +00:00
printsupport Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
sql Merge remote-tracking branch 'origin/5.11' into dev 2018-08-17 09:08:06 +02:00
testlib Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
tools Fix QMetaObject naming of class enum flag 2018-08-11 07:59:15 +00:00
widgets Merge remote-tracking branch 'origin/5.11' into dev 2018-08-17 09:08:06 +02:00
winmain qtmain_winrt: Dynamically increase debug message mapping size 2018-04-09 06:48:52 +00:00
xml qdoc: Fix several minor errors to reduce qdoc warnings 2018-08-14 17:54:55 +00:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00