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

(18a6dc5cf1f9c42ab945268a2342666a231905b5)

#include "qplatformdefs.h"
#include "qcoreapplication.h"
#include "qhash.h"
#include "qsocketnotifier.h"
#include "qthread.h"
#include "qeventdispatcher_unix_p.h"
#include <private/qthread_p.h>
#include <private/qcoreapplication_p.h>
#include <private/qcore_unix_p.h>
#include <cstdio>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include "moc_qeventdispatcher_unix_p.cpp"
Include dependency graph for qeventdispatcher_unix.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE const char * socketType (QSocketNotifier::Type type)

Variables

static constexpr bool UsingEventfd = false

Function Documentation

◆ socketType()

QT_BEGIN_NAMESPACE const char * socketType ( QSocketNotifier::Type type)
static

Definition at line 49 of file qeventdispatcher_unix.cpp.

Variable Documentation

◆ UsingEventfd

constexpr bool UsingEventfd = false
staticconstexpr

Definition at line 27 of file qeventdispatcher_unix.cpp.