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)