diff --git a/qzeroconfservice.h b/qzeroconfservice.h index c855e60..65fb874 100644 --- a/qzeroconfservice.h +++ b/qzeroconfservice.h @@ -53,6 +53,6 @@ typedef QSharedPointer QZeroConfService; Q_DECLARE_METATYPE(QZeroConfService) -QDebug operator<<(QDebug debug, const QZeroConfService &service); +QDebug Q_ZEROCONF_EXPORT operator<<(QDebug debug, const QZeroConfService &service); #endif // QZEROCONFSERVICE_H