Libraries: remove dependency to gui/widgets

This commit is contained in:
2024-03-02 12:15:15 +01:00
parent b8089c443c
commit 7abe8ae419
6 changed files with 7 additions and 8 deletions

View File

@@ -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;