From 36a8f07069c08dccadaf10f6d5b63f9dbe52a0a5 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 15 Oct 2024 10:07:29 +0200 Subject: [PATCH] Pass "this" as parent --- src/hwapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwapi.cpp b/src/hwapi.cpp index 69d561a..ee32e98 100755 --- a/src/hwapi.cpp +++ b/src/hwapi.cpp @@ -56,7 +56,7 @@ hwapi::hwapi(QObject *parent) : QObject(parent) #error "SLAVE LIB COMPILED INTO MASTER" #endif - myDatif = new T_datif(); // für die CAslave-Lib auskommentieren! + myDatif = new T_datif(this); // für die CAslave-Lib auskommentieren! #endif