summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.h
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2015-07-09 16:06:03 +0200
committerOliver Wolff <oliver.wolff@theqtcompany.com>2015-07-10 07:50:33 +0000
commit03dec8534776881d6a0f03f3e468efe5e805de6a (patch)
treeab7afa53df359b085c7db4ed4280ad77d96c4a14 /src/bluetooth/qbluetoothlocaldevice.h
parent5549e27b92385f72a9fc28ec60e5eb70689aa3bc (diff)
Add missing metatype registration related functions for Q_ENUMs
Change-Id: Iedd83bb8f9d31268fb5a17879feaaf97a82f86cc Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h
index 4587bbf0..40e143ab 100644
--- a/src/bluetooth/qbluetoothlocaldevice.h
+++ b/src/bluetooth/qbluetoothlocaldevice.h
@@ -113,4 +113,8 @@ private:
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QBluetoothLocalDevice::Pairing)
+Q_DECLARE_METATYPE(QBluetoothLocalDevice::HostMode)
+Q_DECLARE_METATYPE(QBluetoothLocalDevice::Error)
+
#endif // QBLUETOOTHLOCALDEVICE_H