summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_p.cpp')
-rw-r--r--src/bluetooth/qbluetoothsocket_p.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket_p.cpp b/src/bluetooth/qbluetoothsocket_p.cpp
index c05846c3..f61f3d87 100644
--- a/src/bluetooth/qbluetoothsocket_p.cpp
+++ b/src/bluetooth/qbluetoothsocket_p.cpp
@@ -39,6 +39,7 @@
#include "qbluetoothsocket.h"
#include "qbluetoothsocket_p.h"
+#include "dummy/dummy_helper_p.h"
QT_BEGIN_NAMESPACE
@@ -49,6 +50,7 @@ QBluetoothSocketPrivate::QBluetoothSocketPrivate()
socketError(QBluetoothSocket::NoSocketError),
secFlags(QBluetooth::NoSecurity)
{
+ printDummyWarning();
}
QBluetoothSocketPrivate::~QBluetoothSocketPrivate()