Item Refactor complete
This commit is contained in:
parent
219fbfb4c7
commit
24c168cf64
17 changed files with 78 additions and 41 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue