qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes | Typedefs | Functions
contactid.h File Reference
#include <QByteArray>
#include <QString>
#include <cstdint>
#include <QHash>
#include <memory>
Include dependency graph for contactid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ContactId
 

Typedefs

using ContactIdPtr = std::shared_ptr< const ContactId >
 

Functions

uint qHash (const ContactId &id)
 

Typedef Documentation

◆ ContactIdPtr

using ContactIdPtr = std::shared_ptr<const ContactId>

Definition at line 56 of file contactid.h.

Function Documentation

◆ qHash()

uint qHash ( const ContactId id)
inline

Definition at line 51 of file contactid.h.