mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
[FSD] Use errorString for socket errors
This commit is contained in:
committed by
Mat Sutcliffe
parent
15b3ac2daa
commit
7b49f56695
@@ -333,9 +333,10 @@ namespace BlackCore
|
||||
|
||||
void readDataFromSocket() { this->readDataFromSocketMaxLines(); }
|
||||
void readDataFromSocketMaxLines(int maxLines = -1);
|
||||
void parseMessage(const QString &lineRaw);
|
||||
|
||||
QString socketErrorString(QAbstractSocket::SocketError error) const;
|
||||
static QString socketErrorToQString(QAbstractSocket::SocketError error);
|
||||
void parseMessage(const QString &lineRaw);
|
||||
|
||||
//! Init. the message types
|
||||
void initializeMessageTypes();
|
||||
|
||||
Reference in New Issue
Block a user