added parent to QZeroconf constructor

This commit is contained in:
Matthias Kollmann
2017-10-16 17:12:09 +02:00
parent bc68e2b157
commit e9ecf39c36
4 changed files with 4 additions and 4 deletions

View File

@ -269,7 +269,7 @@ public:
};
QZeroConf::QZeroConf()
QZeroConf::QZeroConf(QObject *parent) : QObject (parent)
{
pri = new QZeroConfPrivate(this);
}