summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtobexsession_p.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-12-17 12:44:53 +0100
committerTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-12-18 15:30:15 +0100
commit14547aa1c8877a620521cee088f832a93805562d (patch)
treeec8875f171c295a1a0262d1b7076d0524dcdc315 /src/bluetooth/osx/osxbtobexsession_p.h
parentec2319c59e0ec83c8dbb91ebcf945c5945fb2447 (diff)
QBluetoothTransferReply - cleanup (OS X)
Q_FUNC_INFO in messages/(Q)asserts. Change-Id: I12285bf97ac766964b656090980858f3fd5de2da Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/osx/osxbtobexsession_p.h')
-rw-r--r--src/bluetooth/osx/osxbtobexsession_p.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bluetooth/osx/osxbtobexsession_p.h b/src/bluetooth/osx/osxbtobexsession_p.h
index aa142b5a..9449ebf0 100644
--- a/src/bluetooth/osx/osxbtobexsession_p.h
+++ b/src/bluetooth/osx/osxbtobexsession_p.h
@@ -43,9 +43,8 @@
#include <QtCore/qglobal.h>
#include <Foundation/Foundation.h>
-
-// Import - Obj-C headers do not have inclusion guards:
-#import <IOBluetooth/objc/OBEXSession.h>
+// Only after Foundation.h:
+#include "corebluetoothwrapper_p.h"
@class IOBluetoothOBEXSession;
@class IOBluetoothDevice;
@@ -97,7 +96,7 @@ QT_END_NAMESPACE
// It either succeeds or fails and tries to cleanup in any case.
@interface QT_MANGLE_NAMESPACE(OSXBTOBEXSession) : NSObject
{
- QT_PREPEND_NAMESPACE(OSXBluetooth::OBEXSessionDelegate) *delegate;
+ QT_PREPEND_NAMESPACE(OSXBluetooth)::OBEXSessionDelegate *delegate;
IOBluetoothDevice *device;
quint16 channelID;
IOBluetoothOBEXSession *session;