#include <QtCore/qiodevice.h>
#include <QtNetwork/qabstractsocket.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
◆ operator<<() [1/2]
Definition at line 500 of file qlocalsocket.cpp.
504 debug <<
"QLocalSocket::ConnectionRefusedError";
507 debug <<
"QLocalSocket::PeerClosedError";
510 debug <<
"QLocalSocket::ServerNotFoundError";
513 debug <<
"QLocalSocket::SocketAccessError";
516 debug <<
"QLocalSocket::SocketResourceError";
519 debug <<
"QLocalSocket::SocketTimeoutError";
522 debug <<
"QLocalSocket::DatagramTooLargeError";
525 debug <<
"QLocalSocket::ConnectionError";
528 debug <<
"QLocalSocket::UnsupportedSocketOperationError";
531 debug <<
"QLocalSocket::UnknownSocketError";
534 debug <<
"QLocalSocket::SocketError(" << int(
error) <<
')';
◆ operator<<() [2/2]
Definition at line 540 of file qlocalsocket.cpp.
544 debug <<
"QLocalSocket::UnconnectedState";
547 debug <<
"QLocalSocket::ConnectingState";
550 debug <<
"QLocalSocket::ConnectedState";
553 debug <<
"QLocalSocket::ClosingState";
556 debug <<
"QLocalSocket::SocketState(" << int(state) <<
')';