summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-05-24 08:45:17 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-05-26 19:57:09 +0000
commit4712765493e6f222d780d4230db32442dd74fd40 (patch)
treeaf829fed2d166c35b3bfd9ec3fc47c2368806d75
parent2a9856781688fdf7bb16b132c631c6ec7b8f3c18 (diff)
Provide missing Q_DECLARE_METATYPE
Change-Id: Id4ff2740cb89b0c20cd66a823a145855d28c2ec4 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/bluetooth/qbluetoothhostinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothhostinfo.h b/src/bluetooth/qbluetoothhostinfo.h
index 8b0085b0..3b15f14c 100644
--- a/src/bluetooth/qbluetoothhostinfo.h
+++ b/src/bluetooth/qbluetoothhostinfo.h
@@ -62,4 +62,6 @@ private:
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QBluetoothHostInfo)
+
#endif