Fix Mdns code

This commit is contained in:
LordGrey
2023-12-29 18:08:15 +01:00
parent 6aacac7924
commit e71185acd9
3 changed files with 13 additions and 5 deletions

View File

@@ -109,6 +109,7 @@ private:
QMdnsEngine::Server _server;
QMdnsEngine::Cache _cache;
QMdnsEngine::Resolver* _resolver;
QMap<QByteArray, QMdnsEngine::Browser*> _browsedServiceTypes;
};