QXmpp::Uri::Login Struct
struct QXmpp::Uri::Login| Header: | #include <QXmppUri.h> |
| Since: | QXmpp 1.8 |
Public Functions
| bool | operator==(const QXmpp::Uri::Login &) const |
Public Variables
| QString | password |
Detailed Description
A "login" query, not formally specified.
Used in the wild, e.g. by Kaidan.
Member Function Documentation
[noexcept default] bool Login::operator==(const QXmpp::Uri::Login &) const
Returns true if the two objects are equal (default comparison).
Member Variable Documentation
QString Login::password
the password required to connect to the account