add +dbg -dbg for Debug messages, greet the Client with SMBus Version

This commit is contained in:
Syping 2020-07-16 20:02:21 +02:00
parent fe7b2ab13d
commit 9df6b11a16
3 changed files with 50 additions and 8 deletions

View file

@ -38,6 +38,7 @@ private slots:
void readyRead();
private:
inline void debugOutput(QLocalSocket *socket, const QByteArray &message);
QVector<QLocalSocket*> sockets;
signals: