summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/connectivity/bluetooth/qbluetoothlocaldevice_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothlocaldevice_p.h b/src/connectivity/bluetooth/qbluetoothlocaldevice_p.h
index 5a094078de..aa2caa786d 100644
--- a/src/connectivity/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/connectivity/bluetooth/qbluetoothlocaldevice_p.h
@@ -106,9 +106,7 @@ private:
QBluetoothLocalDevice *q_ptr;
};
-#endif
-
-#ifdef QTM_SYMBIAN_BLUETOOTH
+#elif defined(QTM_SYMBIAN_BLUETOOTH)
class QBluetoothLocalDevicePrivate
: public MBTEngSettingsObserver
{
@@ -146,6 +144,8 @@ protected:
QBluetoothLocalDevice *q_ptr;
};
+#else
+class QBluetoothLocalDevicePrivate {}; // dummy
#endif
QTM_END_NAMESPACE