summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_p.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-23 12:18:01 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-23 12:18:52 +0200
commit241ef04afe45967a736802d4f4ce89d79e4b6d1b (patch)
tree133a0a081f18e754764233c81fb11a12d2a0de64 /src/bluetooth/qbluetoothserviceinfo_p.cpp
parent9406019386448452982ef4dacdbe1d910e903cd1 (diff)
parent7393531856058a8a0fe440d3a64728248958ac81 (diff)
Merge remote-tracking branch 'gerrit/5.6.1' into 5.7.0v5.7.0-rc1
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo_p.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_p.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_p.cpp b/src/bluetooth/qbluetoothserviceinfo_p.cpp
index 00e38ba2..43e08db5 100644
--- a/src/bluetooth/qbluetoothserviceinfo_p.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo_p.cpp
@@ -39,13 +39,17 @@
#include "qbluetoothserviceinfo.h"
#include "qbluetoothserviceinfo_p.h"
+#ifndef QT_IOS_BLUETOOTH
#include "dummy/dummy_helper_p.h"
+#endif
QT_BEGIN_NAMESPACE
QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()
{
+#ifndef QT_IOS_BLUETOOTH
printDummyWarning();
+#endif
}
QBluetoothServiceInfoPrivate::~QBluetoothServiceInfoPrivate()