forked from GerhardHoffmann/DCLibraries
		
	Libraries: remove dependency to gui/widgets
This commit is contained in:
		@@ -37,7 +37,7 @@ static uint8_t bl_startupStep;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
hwapi::hwapi(QWidget *parent) : QObject(parent)
 | 
			
		||||
hwapi::hwapi(QObject *parent) : QObject(parent)
 | 
			
		||||
{
 | 
			
		||||
    // constructor
 | 
			
		||||
    qCritical() << "             hwapi::hwapi() APP_VERSION:" << APP_VERSION;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user