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

@@ -27,7 +27,6 @@ V4.0 6.9.2023: activating DC-Bootloader in slve-lib (SM)
#define hwapi_H
#include <stdint.h>
//#include <QTabWidget>
#include <QtPlugin>
#include <QTimer>
#include <QObject>
@@ -98,7 +97,7 @@ private:
//QTimer *hwapi_triggerBL;
public:
explicit hwapi(QWidget *parent = nullptr);
explicit hwapi(QObject *parent = nullptr);
#ifdef THIS_IS_CA_MASTER