qt5base-lts/tests/auto/dbus/qdbusabstractadaptor
Allan Sandfeld Jensen af2daafde7 Deprecate constructing QFlags from a pointer
This was used to support QFlags f = 0 initialization, but with 0 used
as a pointer literal now considered bad form, it had been changed many
places to QFlags f = nullptr, which is meaningless and confusing.

Change-Id: I4bc592151c255dc5cab1a232615caecc520f02e8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-11-20 19:43:38 +01:00
..
qdbusabstractadaptor unblacklist passing tests 2019-07-08 11:01:42 +00:00
qmyserver Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
BLACKLIST Extend flakeyness of tst_QDBusAbstractAdaptor::overloadedSignalEmission(int) 2015-06-20 15:26:10 +00:00
myobject.h Add Q_FALLTHROUGH to QtDBus tests 2017-05-17 16:16:02 +00:00
qdbusabstractadaptor.pro Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00:00
tst_qdbusabstractadaptor.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00