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
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 48 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 slotIdx.

Member Data Documentation

◆ metaTypes

QList<QMetaType> QDBusSlotCache::Data::metaTypes

Definition at line 51 of file qdbusintegrator_p.h.

◆ 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: