![]() |
Qt 6.x
The Qt SDK
|
#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 <qdebug.h>#include <qelapsedtimer.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 |
| #define QT_CONNECT_TIMEOUT 30000 |
Definition at line 24 of file qlocalsocket_unix.cpp.