forked from jbagg/QtZeroConf
Merge pull request #42 from FMeinicke/fix-linker-error
Fix linker error due to missing export of debug operator
This commit is contained in:
@ -53,6 +53,6 @@ typedef QSharedPointer<QZeroConfServiceData> QZeroConfService;
|
|||||||
|
|
||||||
Q_DECLARE_METATYPE(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
|
#endif // QZEROCONFSERVICE_H
|
||||||
|
Reference in New Issue
Block a user