Pass "this" as parent

This commit is contained in:
Gerhard Hoffmann 2024-10-15 10:07:29 +02:00
parent 900b0ef952
commit 36a8f07069

View File

@ -56,7 +56,7 @@ hwapi::hwapi(QObject *parent) : QObject(parent)
#error "SLAVE LIB COMPILED INTO MASTER" #error "SLAVE LIB COMPILED INTO MASTER"
#endif #endif
myDatif = new T_datif(); // für die CAslave-Lib auskommentieren! myDatif = new T_datif(this); // für die CAslave-Lib auskommentieren!
#endif #endif