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

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 64 of file qdbusintegrator_p.h.

◆ qHash

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

Definition at line 69 of file qdbusintegrator_p.h.

Member Data Documentation

◆ flags

QDBusConnection::RegisterOptions QDBusSlotCache::Key::flags

Definition at line 62 of file qdbusintegrator_p.h.

◆ memberWithSignature

QString QDBusSlotCache::Key::memberWithSignature

Definition at line 61 of file qdbusintegrator_p.h.


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