diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-29 07:56:25 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-29 07:56:25 +0000 |
| commit | 7838b687360808e0a0407f4f15b42fd777f1e5e1 (patch) | |
| tree | 50c10193b3588c54727863383e2e259728aeea88 /src/QXmppMucManager.h | |
| parent | 32a5e7921021f89f694a7906afd21967ca6fb8b5 (diff) | |
| download | qxmpp-7838b687360808e0a0407f4f15b42fd777f1e5e1.tar.gz | |
handle nickname changes
Diffstat (limited to 'src/QXmppMucManager.h')
| -rw-r--r-- | src/QXmppMucManager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/QXmppMucManager.h b/src/QXmppMucManager.h index 940ec386..4280ee0b 100644 --- a/src/QXmppMucManager.h +++ b/src/QXmppMucManager.h @@ -130,9 +130,6 @@ public: QString subject() const; void setSubject(const QString &subject); - QXmppPresence::Status status() const; - void setStatus(const QXmppPresence::Status &status); - signals: /// This signal is emitted when the configuration form for the room is received. void configurationReceived(const QXmppDataForm &configuration); |
