summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothdevice.h
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-11-22 17:01:06 +0200
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-11-24 11:53:21 +0000
commit724309463d63480ca755d5f309825a9dd078d012 (patch)
treeef26954371c0b56141ca59894f67dd14446f933b /src/bluetoothsettings/bluetoothdevice.h
parent5f7d1bacb8701e24ea185c63e05e5f8883cbef2c (diff)
Fix compilation with namespaces
Task-number: QTBUG-64693 Change-Id: I35487b54271f031077c0f96a90eb47f0683caa77 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/bluetoothsettings/bluetoothdevice.h')
-rw-r--r--src/bluetoothsettings/bluetoothdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetoothsettings/bluetoothdevice.h b/src/bluetoothsettings/bluetoothdevice.h
index 03ea961..1c51b87 100644
--- a/src/bluetoothsettings/bluetoothdevice.h
+++ b/src/bluetoothsettings/bluetoothdevice.h
@@ -32,11 +32,11 @@
#include <QObject>
#include "discoverymodel.h"
-QT_BEGIN_NAMESPACE
-
QT_FORWARD_DECLARE_CLASS(DiscoveryModel)
QT_FORWARD_DECLARE_CLASS(BluetoothDevicePrivate)
+QT_BEGIN_NAMESPACE
+
class Q_DECL_EXPORT BluetoothDevice : public QObject
{
Q_OBJECT