summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothdevice.h
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-12-04 12:48:56 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-12-04 12:49:37 +0200
commitb5eea82532059738a7da751222ebef68539508f1 (patch)
treec6dad2476eed9ffb29076a51c928baf2ce500c10 /src/bluetoothsettings/bluetoothdevice.h
parent61e9e8c83e817b3692beae03bd8e683d247207b0 (diff)
parent724309463d63480ca755d5f309825a9dd078d012 (diff)
Merge remote-tracking branch 'origin/5.9' into 5.10
* origin/5.9: Fix compilation with namespaces Import only available modules Update license headers Verify that Qtdbus module is available tests: add tests.pro for CI Doc: Bump version to 5.9.3 Conflicts: .qmake.conf Change-Id: I83f4f8a507586d50423d0a2bb1dd4b69557b38ed
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