summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-02-27 16:18:39 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-28 10:45:15 +0100
commit876a8c28b9e1f35fcca7d65ad10cc855dfdf2500 (patch)
tree5a92403a8239ec9f1fc3d56acfe61a0af20cd43d /src
parent6d463e32c83755bac5a11a468b64bc98fd629e58 (diff)
Move qprivatelinearbuffer_p.h into bluetooth project
In general we don't have any code in MODULE_SRC/src Change-Id: I412e5de3708a036df8e5a76fcd7870faea90fb5d Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/bluetooth.pro3
-rw-r--r--src/bluetooth/qbluetoothsocket_p.h2
-rw-r--r--src/bluetooth/qprivatelinearbuffer_p.h (renamed from src/qprivatelinearbuffer_p.h)0
3 files changed, 3 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 23175d09..1de556a3 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -40,7 +40,8 @@ PRIVATE_HEADERS += \
qrfcommserver_p.h \
ql2capserver_p.h \
qbluetoothtransferreply_p.h \
- qbluetoothtransferrequest_p.h
+ qbluetoothtransferrequest_p.h \
+ qprivatelinearbuffer_p.h
SOURCES += \
qbluetoothaddress.cpp\
diff --git a/src/bluetooth/qbluetoothsocket_p.h b/src/bluetooth/qbluetoothsocket_p.h
index 81c13c8a..7058a0b6 100644
--- a/src/bluetooth/qbluetoothsocket_p.h
+++ b/src/bluetooth/qbluetoothsocket_p.h
@@ -47,7 +47,7 @@
#ifndef QPRIVATELINEARBUFFER_BUFFERSIZE
#define QPRIVATELINEARBUFFER_BUFFERSIZE Q_INT64_C(16384)
#endif
-#include "../qprivatelinearbuffer_p.h"
+#include "qprivatelinearbuffer_p.h"
#include <QtGlobal>
diff --git a/src/qprivatelinearbuffer_p.h b/src/bluetooth/qprivatelinearbuffer_p.h
index 028e2c52..028e2c52 100644
--- a/src/qprivatelinearbuffer_p.h
+++ b/src/bluetooth/qprivatelinearbuffer_p.h