From d12498504c279a0a85bbfb024f7903e34dbe07db Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 21 Feb 2025 07:27:00 +0100 Subject: broken img calc; change dir struct --- printerclient.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 printerclient.h (limited to 'printerclient.h') diff --git a/printerclient.h b/printerclient.h deleted file mode 100644 index d1266dd..0000000 --- a/printerclient.h +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once - -#include - -#include - -class QSerialPort; - -class PrinterClient : public QObject -{ - // Q_OBJECT - -public: - explicit PrinterClient(QObject *parent = nullptr); - // ~PrinterClient() override = default; - // ~PrinterClient - - // signals: - // void newData(const QString output); - -public: - void sendCommand(const QString command); - -private: - void onReadyRead(); - void onErrorOccured(QSerialPort::SerialPortError error); - -private: - QSerialPort* m_serialPort { nullptr }; -}; -- cgit v1.2.3-70-g09d2