made QZeroConfService compareable

This commit is contained in:
Matthias Kollmann
2017-10-16 17:06:05 +02:00
parent 96bf0884bd
commit 3ec3630048
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public:
void appendTxt(QByteArray idx, QByteArray val = "");
bool isValid() const;
bool operator==(const QZeroConfService &rhs) const;
private:
QSharedDataPointer<QZeroConfServiceData> data;