Qt Connectivity
Go to file
Alex Blasche 16f033fb13 Address compile error on gcc 4.8
This partly reverts b3b387698e.
The global static connect was not correct. Furthermore the new global
static variable was triggering

src/nfc/qnearfieldtarget_emulator_p.h:125:31:
    warning: 'globalTagActivator' defined but not used [-Wunused-variable]

The global static variable is shifted to no longer require exposure
inside the header file.

Fixes: QTBUG-74538
Change-Id: Ic5e8211d358bae9c2ed0418aec5c4316fb249c98
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2019-03-19 14:03:23 +00:00
config.tests Fix bluez config test failure on clang 2018-08-31 07:11:31 +00:00
dist Add changes file for Qt 5.12.2 2019-02-25 12:58:25 +00:00
examples Fix the BluetoothProfileDescriptorStructure 2018-10-15 12:48:51 +00:00
src Address compile error on gcc 4.8 2019-03-19 14:03:23 +00:00
tests Ensure SDP records can be byte arrays/hex encoded 2019-02-15 11:31:29 +00:00
.gitattributes Update the git-archive export options 2013-09-27 17:03:46 +02:00
.gitignore Remove heartlistener example 2017-04-07 06:58:54 +00:00
.qmake.conf Bump version 2019-01-14 09:13:24 +02:00
.tag Update the git-archive export options 2012-09-10 12:57:49 +02:00
LICENSE.FDL Add license files mandated by (L)GPL and FDL. 2013-08-22 12:27:57 +02:00
LICENSE.GPL2 Updated license headers 2016-01-20 20:14:43 +00:00
LICENSE.GPL3 Updated license headers 2016-01-20 20:14:43 +00:00
LICENSE.GPL3-EXCEPT Updated license headers 2016-01-20 20:14:38 +00:00
LICENSE.LGPL3 Updated license headers 2016-01-20 20:14:43 +00:00
configure.json Convert qtconnectivity to the new configure system 2016-11-01 14:50:29 +00:00
qtconnectivity.pro Fix qtconnectivity build 2018-09-28 10:24:17 +00:00
sync.profile Suppress "We mean it" warning due to battery1_p.h 2018-10-10 05:38:30 +00:00