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::ConnectionOrSignalVector Struct Reference

#include <qobject_p_p.h>

Inheritance diagram for QObjectPrivate::ConnectionOrSignalVector:
Collaboration diagram for QObjectPrivate::ConnectionOrSignalVector:

Public Attributes

union { 
   TaggedSignalVector   nextInOrphanList 
   Connection *   next 
}; 

Detailed Description

Definition at line 59 of file qobject_p_p.h.

Member Data Documentation

◆ [union]

◆ next

Connection* QObjectPrivate::ConnectionOrSignalVector::next

Definition at line 65 of file qobject_p_p.h.

◆ nextInOrphanList

TaggedSignalVector QObjectPrivate::ConnectionOrSignalVector::nextInOrphanList

Definition at line 63 of file qobject_p_p.h.


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