Merge pull request #42 from FMeinicke/fix-linker-error

Fix linker error due to missing export of debug operator
This commit is contained in:
jbagg
2020-10-04 22:31:17 -04:00
committed by GitHub

View File

@ -53,6 +53,6 @@ typedef QSharedPointer<QZeroConfServiceData> 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