summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.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/qlowenergycontroller.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/qlowenergycontroller.h')
-rw-r--r--src/bluetooth/qlowenergycontroller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller.h b/src/bluetooth/qlowenergycontroller.h
index fd230238..be729dda 100644
--- a/src/bluetooth/qlowenergycontroller.h
+++ b/src/bluetooth/qlowenergycontroller.h
@@ -119,4 +119,8 @@ private:
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QLowEnergyController::Error)
+Q_DECLARE_METATYPE(QLowEnergyController::ControllerState)
+Q_DECLARE_METATYPE(QLowEnergyController::RemoteAddressType)
+
#endif // QLOWENERGYCONTROLLER_H