summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuaclient.cpp')
-rw-r--r--src/opcua/client/qopcuaclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/client/qopcuaclient.cpp b/src/opcua/client/qopcuaclient.cpp
index d308811..86fd7f9 100644
--- a/src/opcua/client/qopcuaclient.cpp
+++ b/src/opcua/client/qopcuaclient.cpp
@@ -128,7 +128,7 @@ Q_DECLARE_LOGGING_CATEGORY(QT_OPCUA)
it is public).
*/
QOpcUaClient::QOpcUaClient(QOpcUaClientImpl *impl, QObject *parent)
- : QObject(*(new QOpcUaClientPrivate(impl, this)), parent)
+ : QObject(*(new QOpcUaClientPrivate(impl)), parent)
{
impl->m_client = this;
}