diff --git a/src/blackcore/fsd/fsdclient.h b/src/blackcore/fsd/fsdclient.h index ccaebe0b1..61a0aead3 100644 --- a/src/blackcore/fsd/fsdclient.h +++ b/src/blackcore/fsd/fsdclient.h @@ -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();