Item Refactor complete

This commit is contained in:
Carl Philipp Klemm 2026-03-31 13:06:15 +02:00
parent 219fbfb4c7
commit 24c168cf64
17 changed files with 78 additions and 41 deletions

View file

@ -16,6 +16,9 @@ class TcpClient : public Service
long long recievebytes = 0;
QByteArray buffer;
public slots:
virtual void itemUpdated(ItemUpdateRequest update) override;
public:
TcpClient(QObject* parent = nullptr);
~TcpClient();