From 0cb9616e2b86b39fa2474c68c09f29a797724193 Mon Sep 17 00:00:00 2001 From: Jonathan Bagg Date: Wed, 1 Nov 2017 20:25:16 -0400 Subject: [PATCH] Change to QExplicitlySharedDataPointer --- qzeroconfservice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qzeroconfservice.h b/qzeroconfservice.h index bf1fb53..0156032 100644 --- a/qzeroconfservice.h +++ b/qzeroconfservice.h @@ -1,7 +1,7 @@ #ifndef QZEROCONFSERVICE_H #define QZEROCONFSERVICE_H -#include +#include #include #include "qzeroconfglobal.h" @@ -47,7 +47,7 @@ public: bool operator==(const QZeroConfService &rhs) const; private: - QSharedDataPointer data; + QExplicitlySharedDataPointer data; }; Q_DECLARE_METATYPE(QZeroConfService)