summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp
index d98e616f..9da1cf78 100644
--- a/src/bluetooth/qbluetoothserviceinfo.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo.cpp
@@ -346,6 +346,7 @@ bool QBluetoothServiceInfo::unregisterService()
QBluetoothServiceInfo::QBluetoothServiceInfo()
: d_ptr(QSharedPointer<QBluetoothServiceInfoPrivate>::create())
{
+ qRegisterMetaType<QBluetoothServiceInfo>();
}
/*!