mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
[FSD] Also log/display socker error string
This commit is contained in:
committed by
Mat Sutcliffe
parent
1a71d8afe1
commit
15b3ac2daa
@@ -333,7 +333,8 @@ namespace BlackCore
|
||||
|
||||
void readDataFromSocket() { this->readDataFromSocketMaxLines(); }
|
||||
void readDataFromSocketMaxLines(int maxLines = -1);
|
||||
QString socketErrorToQString(QAbstractSocket::SocketError error);
|
||||
QString socketErrorString(QAbstractSocket::SocketError error) const;
|
||||
static QString socketErrorToQString(QAbstractSocket::SocketError error);
|
||||
void parseMessage(const QString &lineRaw);
|
||||
|
||||
//! Init. the message types
|
||||
|
||||
Reference in New Issue
Block a user