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
QObjectPrivate::ConnectionList Struct Reference

#include <qobject_p_p.h>

Collaboration diagram for QObjectPrivate::ConnectionList:

Public Attributes

QAtomicPointer< Connectionfirst
QAtomicPointer< Connectionlast

Detailed Description

Definition at line 30 of file qobject_p_p.h.

Member Data Documentation

◆ first

QAtomicPointer<Connection> QObjectPrivate::ConnectionList::first

Definition at line 32 of file qobject_p_p.h.

◆ last

QAtomicPointer<Connection> QObjectPrivate::ConnectionList::last

Definition at line 33 of file qobject_p_p.h.


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