Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qlocalsocket_unix.cpp File Reference

(ceee7acf43464dbbcca7e05911e354532c5435f6)

#include "qlocalsocket.h"
#include "qlocalsocket_p.h"
#include "qnet_unix_p.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <qdir.h>
#include <qdeadlinetimer.h>
#include <qdebug.h>
#include <qstringconverter.h>
+ Include dependency graph for qlocalsocket_unix.cpp:

Go to the source code of this file.

Macros

#define QT_CONNECT_TIMEOUT   30000
 

Macro Definition Documentation

◆ QT_CONNECT_TIMEOUT

#define QT_CONNECT_TIMEOUT   30000

Definition at line 26 of file qlocalsocket_unix.cpp.

Referenced by QLocalSocketPrivate::_q_connectToSocket().