qt6-bb10/src
Tor Arne Vestbø bace97aa5b Improve error message when mixing incompatible Qt library versions
The implementation of the check has been moved to a single helper
function. The reason for doing this check in QWidgetPrivate as well,
when it's already done in QObjectPrivate, is to catch incompatible
libraries where QtWidgets is the odd one out, e.g.:

 QtSomeModule 5.15.0 -> QtWidget 5.15.1 -> QtCore 5.15.0

Technically any non-final subclass of QObjectPrivate should have
this check.

Change-Id: Ia74064ad27de7335040a6d6b37d11574f818c878
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-02-14 12:43:01 +01:00
..
3rdparty Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-08 01:00:08 +01:00
android Android: use the correct string resources for ok and cancel 2020-02-03 15:47:57 +02:00
angle Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
concurrent QtConcurrent: fix warning about function parameters shadowing class members 2019-10-08 23:21:14 +02:00
corelib Improve error message when mixing incompatible Qt library versions 2020-02-14 12:43:01 +01:00
dbus CMake: Add Qt6 forward compatible CMake API and targets 2020-01-25 18:10:26 +01:00
gui Avoid dangling QGuiApplicationPrivate pointer 2020-02-13 11:53:08 +01:00
network QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' instead 2020-02-11 16:54:59 +03:00
opengl Doc/QtBase: replace some 0 with \nullptr 2020-01-26 17:52:02 +01:00
openglextensions QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGL 2019-10-21 09:14:18 -04:00
platformheaders Merge remote-tracking branch 'origin/5.14' into 5.15 2020-01-18 01:00:08 +01:00
platformsupport Windows QPA: Add support to IsDialog UIA property 2020-02-13 14:43:03 +01:00
plugins Windows QPA: Add support to IsDialog UIA property 2020-02-13 14:43:03 +01:00
printsupport Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
sql Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
testlib testlib: Make testlogs enumerable and printable 2020-02-10 15:06:06 +01:00
tools moc: Record whether a meta object is an object, gadget, or namespace 2020-02-13 11:40:05 +01:00
widgets Improve error message when mixing incompatible Qt library versions 2020-02-14 12:43:01 +01:00
winmain Merge remote-tracking branch 'origin/5.13' into dev 2019-05-27 15:34:10 +02:00
xml QStringList: use local storage in removeDuplicates() 2020-01-26 08:11:58 +00:00
src.pro MIME: Make the internal database direct content, not a Qt resource 2019-12-10 15:56:09 -08:00