Added debug operator<< to QZeroConfService

Signed-off-by: Jonathan Bagg <drwho@infidigm.net>
This commit is contained in:
Matthias Kollmann
2017-11-02 14:12:21 -04:00
committed by Jonathan Bagg
parent 802572f50f
commit 6c9553bd5e
4 changed files with 19 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ private:
QExplicitlySharedDataPointer<QZeroConfServiceData> data;
};
QDebug operator<<(QDebug debug, const QZeroConfService &service);
Q_DECLARE_METATYPE(QZeroConfService)
#endif // QZEROCONFSERVICE_H