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

(02de77535f2a94cbeb7e0ea01895ba4e556e165c)

#include "qxcbeventqueue.h"
#include "qxcbconnection.h"
#include <QtCore/QObject>
#include <QtCore/QCoreApplication>
#include <QtCore/QAbstractEventDispatcher>
#include <QtCore/QMutex>
#include <QtCore/QDebug>
#include "moc_qxcbeventqueue.cpp"
Include dependency graph for qxcbeventqueue.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE static Q_CONSTINIT QBasicMutex qAppExiting
static Q_CONSTINIT bool dispatcherOwnerDestructing = false

Variable Documentation

◆ dispatcherOwnerDestructing

Q_CONSTINIT bool dispatcherOwnerDestructing = false
static

Definition at line 17 of file qxcbeventqueue.cpp.

Referenced by QXcbEventQueue::QXcbEventQueue().

◆ qAppExiting

QT_BEGIN_NAMESPACE static Q_CONSTINIT QBasicMutex qAppExiting
static

Definition at line 16 of file qxcbeventqueue.cpp.