![]() |
libQuotient
A Qt library for building matrix clients
|
#include <location.h>
Public Attributes | |
| QString | alias |
| An alias for a matrix room. | |
| QString | protocol |
| The protocol ID that the third-party location is a part of. | |
| QJsonObject | fields |
| Information used to identify this third-party location. | |
Definition at line 9 of file location.h.
| QString Quotient::ThirdPartyLocation::alias |
An alias for a matrix room.
Definition at line 11 of file location.h.
| QJsonObject Quotient::ThirdPartyLocation::fields |
Information used to identify this third-party location.
Definition at line 17 of file location.h.
| QString Quotient::ThirdPartyLocation::protocol |
The protocol ID that the third-party location is a part of.
Definition at line 14 of file location.h.