AusweisApp2/src
Stephan Linz 06836ad54b fix: workaround GCC < 5.x bugs in implicit casts
The following error happens when building with GCC 4.8.5:

    no matching function for call to ‘QObject::connect(QPointer<T>&, ...)’
    no matching function for call to ‘QObject::disconnect(QPointer<T>&, ...)’

There is a simular problem in qtlocation, see Qt bug report:

    https://bugreports.qt.io/browse/QTBUG-69512

It's apparently a compiler bug fixed in GCC 5.x and later.

Signed-off-by: Stephan Linz <linz@li-pro.net>
2018-09-28 16:09:19 +02:00
..
activation Add revision: v1.14.3 2018-07-10 14:25:24 +02:00
aidl Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
card fix: workaround GCC < 5.x bugs in implicit casts 2018-09-28 16:09:19 +02:00
cli Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
configuration Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
core Add revision: v1.14.2 2018-06-20 13:59:17 +02:00
export Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
external Add revision: v1.14.0 2017-12-20 14:54:05 +01:00
file_provider Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
global Add revision: v1.14.3 2018-07-10 14:25:24 +02:00
jsonapi Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
network Add revision: v1.14.3 2018-07-10 14:25:24 +02:00
qml fix: workaround GCC < 5.x bugs in implicit casts 2018-09-28 16:09:19 +02:00
remote_device Add revision: v1.14.2 2018-06-20 13:59:17 +02:00
secure_storage Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
services Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
settings Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
websocket Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
widget fix: workaround GCC < 5.x bugs in implicit casts 2018-09-28 16:09:19 +02:00
widgetDesignerPlugin Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
CMakeLists.txt Add revision: v1.14.3 2018-07-10 14:25:24 +02:00
CommandLineParser.cpp Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
CommandLineParser.h Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
config.h.in Add revision: v1.14.0 2017-12-20 14:54:05 +01:00
main.cpp Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
windows.rc Add revision: v1.14.0 2017-12-20 14:54:05 +01:00