![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>Go to the source code of this file.
Macros | |
| #define | QT_CONNECT_TIMEOUT 30000 |
| #define QT_CONNECT_TIMEOUT 30000 |
Definition at line 27 of file qlocalsocket_unix.cpp.