Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlocalsocket.h File Reference

(7a308dccb5d425cfbbdbdcc8ce1545d0c66a2c76)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qiodevice.h>
#include <QtNetwork/qabstractsocket.h>
Include dependency graph for qlocalsocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLocalSocket
 The QLocalSocket class provides a local socket. More...

Functions

 QT_REQUIRE_CONFIG (localserver)
Q_NETWORK_EXPORT QDebug operator<< (QDebug, QLocalSocket::LocalSocketError)
Q_NETWORK_EXPORT QDebug operator<< (QDebug, QLocalSocket::LocalSocketState)

Function Documentation

◆ operator<<() [1/2]

QDebug operator<< ( QDebug debug,
QLocalSocket::LocalSocketError error )

Definition at line 541 of file qlocalsocket.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug debug,
QLocalSocket::LocalSocketState state )

Definition at line 586 of file qlocalsocket.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( localserver )