diff --git a/src/libs/ifc/xml/vdomdocument.h b/src/libs/ifc/xml/vdomdocument.h index c27fe5258..d9de18f6c 100644 --- a/src/libs/ifc/xml/vdomdocument.h +++ b/src/libs/ifc/xml/vdomdocument.h @@ -94,7 +94,7 @@ public: static const QString TagUnit; static const QString TagLine; - VDomDocument(QObject *parent = nullptr); + explicit VDomDocument(QObject *parent = nullptr); virtual ~VDomDocument() Q_DECL_EQ_DEFAULT; QDomElement elementById(quint32 id, const QString &tagName = QString());