forked from GerhardHoffmann/DCLibraries
		
	Pass "this" as parent
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user