Commit Graph

3 Commits (06836ad54b3533dd3f24a60aef785bcc1a8c690a)

Author SHA1 Message Date
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
Governikus 6c17e68e8e Add revision: v1.14.1 2018-03-28 15:10:51 +02:00
Governikus aa6c4e6a6a Add revision: v1.14.0 2017-12-20 14:54:05 +01:00