Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 29 of file qobject_p_p.h.

Member Data Documentation

◆ first

QAtomicPointer<Connection> QObjectPrivate::ConnectionList::first

◆ last

QAtomicPointer<Connection> QObjectPrivate::ConnectionList::last

Definition at line 32 of file qobject_p_p.h.


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