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_unix.cpp File Reference

(7a308dccb5d425cfbbdbdcc8ce1545d0c66a2c76)

#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 27 of file qlocalsocket_unix.cpp.