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