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
QCoreApplicationPrivate::QPostEventListLocker Struct Reference

#include <qcoreapplication_p.h>

Collaboration diagram for QCoreApplicationPrivate::QPostEventListLocker:

Public Member Functions

void unlock ()

Public Attributes

QThreadDatathreadData
std::unique_lock< QMutexlocker

Detailed Description

Definition at line 115 of file qcoreapplication_p.h.

Member Function Documentation

◆ unlock()

void QCoreApplicationPrivate::QPostEventListLocker::unlock ( )
inline

Definition at line 120 of file qcoreapplication_p.h.

Member Data Documentation

◆ locker

std::unique_lock<QMutex> QCoreApplicationPrivate::QPostEventListLocker::locker

Definition at line 118 of file qcoreapplication_p.h.

◆ threadData

QThreadData* QCoreApplicationPrivate::QPostEventListLocker::threadData

Definition at line 117 of file qcoreapplication_p.h.


The documentation for this struct was generated from the following file: