Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QDBusSlotCache::Data Struct Reference

#include <qdbusintegrator_p.h>

+ Collaboration diagram for QDBusSlotCache::Data:

Public Member Functions

void swap (Data &other) noexcept
 

Public Attributes

int flags
 
int slotIdx
 
QList< QMetaTypemetaTypes
 

Detailed Description

Definition at line 47 of file qdbusintegrator_p.h.

Member Function Documentation

◆ swap()

void QDBusSlotCache::Data::swap ( Data other)
inlinenoexcept

Definition at line 53 of file qdbusintegrator_p.h.

References metaTypes, other(), qSwap(), and slotIdx.

+ Here is the call graph for this function:

Member Data Documentation

◆ flags

int QDBusSlotCache::Data::flags

Definition at line 49 of file qdbusintegrator_p.h.

◆ metaTypes

QList<QMetaType> QDBusSlotCache::Data::metaTypes

Definition at line 51 of file qdbusintegrator_p.h.

Referenced by swap().

◆ slotIdx

int QDBusSlotCache::Data::slotIdx

Definition at line 50 of file qdbusintegrator_p.h.

Referenced by swap().


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