|
swift
|
Mute the user for AFV. More...
Public Member Functions | |
| Mute (const QString &sender, const QString &receiver, bool mute) | |
| Constructor. | |
| QStringList | toTokens () const |
| Message converted to tokens. | |
Static Public Member Functions | |
| static Mute | fromTokens (const QStringList &tokens) |
| Construct from tokens. | |
| static QString | pdu () |
| PDU identifier. | |
Public Attributes | |
| bool | m_mute = false |
| Flag whether the user should be muted/unmuted. | |
Additional Inherited Members |