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

#include <qdbusintegrator_p.h>

Collaboration diagram for QDBusSlotCache::Key:

Public Attributes

QString memberWithSignature
QDBusConnection::RegisterOptions flags

Friends

bool operator== (const Key &lhs, const Key &rhs) noexcept
size_t qHash (const QDBusSlotCache::Key &key, size_t seed=0) noexcept

Detailed Description

Definition at line 60 of file qdbusintegrator_p.h.

◆ operator==

bool operator== ( const Key & lhs,
const Key & rhs )
friend

Definition at line 65 of file qdbusintegrator_p.h.

◆ qHash

size_t qHash ( const QDBusSlotCache::Key & key,
size_t seed = 0 )
friend

Definition at line 70 of file qdbusintegrator_p.h.

Member Data Documentation

◆ flags

QDBusConnection::RegisterOptions QDBusSlotCache::Key::flags

Definition at line 63 of file qdbusintegrator_p.h.

◆ memberWithSignature

QString QDBusSlotCache::Key::memberWithSignature

Definition at line 62 of file qdbusintegrator_p.h.


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