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
QDBusSlotCache::Data Struct Reference

#include <qdbusintegrator_p.h>

+ Collaboration diagram for QDBusSlotCache::Data:

Public Member Functions

void swap (Data &other) noexcept
 

Public Attributes

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 52 of file qdbusintegrator_p.h.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ metaTypes

QList<QMetaType> QDBusSlotCache::Data::metaTypes

Definition at line 50 of file qdbusintegrator_p.h.

Referenced by swap().

◆ slotIdx

int QDBusSlotCache::Data::slotIdx

Definition at line 49 of file qdbusintegrator_p.h.

Referenced by swap().


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