![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include "qlocalsocket.h"
#include "qlocalsocket_p.h"
#include "moc_qlocalsocket.cpp"
Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug debug, QLocalSocket::LocalSocketError error) |
QDebug | operator<< (QDebug debug, QLocalSocket::LocalSocketState state) |
QDebug operator<< | ( | QDebug | debug, |
QLocalSocket::LocalSocketError | error | ||
) |
Definition at line 538 of file qlocalsocket.cpp.
References QLocalSocket::ConnectionError, QLocalSocket::ConnectionRefusedError, QLocalSocket::DatagramTooLargeError, debug, error, QLocalSocket::OperationError, QLocalSocket::PeerClosedError, QLocalSocket::ServerNotFoundError, QLocalSocket::SocketAccessError, QLocalSocket::SocketResourceError, QLocalSocket::SocketTimeoutError, QLocalSocket::UnknownSocketError, and QLocalSocket::UnsupportedSocketOperationError.
QDebug operator<< | ( | QDebug | debug, |
QLocalSocket::LocalSocketState | state | ||
) |
Definition at line 583 of file qlocalsocket.cpp.
References QLocalSocket::ClosingState, QLocalSocket::ConnectedState, QLocalSocket::ConnectingState, debug, state, and QLocalSocket::UnconnectedState.