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

@@ -1,7 +1,7 @@
#ifndef SERIAL_FRAME_H
#define SERIAL_FRAME_H
#include <QMainWindow>
#include <QObject>
#include <QString>
#include <QTimer>
#include "tslib.h"
@@ -43,7 +43,7 @@
#define STARTSIGN_RECEIVE_LONG 0x5D
class T_prot : public QMainWindow
class T_prot : public QObject
{
Q_OBJECT