diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-17 06:35:11 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-17 06:35:11 +0000 |
| commit | fa9a7cc8c1a657642af21da3c6f45cacf96b17a3 (patch) | |
| tree | eb21bc34f05977a1ce18a3dd5b397a8705c6f806 /examples/GuiClient/statusWidget.cpp | |
| parent | a55603650a333544e17066c806206588a03c699a (diff) | |
| download | qxmpp-fa9a7cc8c1a657642af21da3c6f45cacf96b17a3.tar.gz | |
bugfix with changing the presence type
Diffstat (limited to 'examples/GuiClient/statusWidget.cpp')
| -rw-r--r-- | examples/GuiClient/statusWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp index e3e47940..e6e9e1f9 100644 --- a/examples/GuiClient/statusWidget.cpp +++ b/examples/GuiClient/statusWidget.cpp @@ -69,6 +69,7 @@ void statusWidget::presenceMenuTriggered() if(action == actionAvailable) { emit presenceTypeChanged(QXmppPresence::Available); + emit presenceStatusTypeChanged(QXmppPresence::Status::Online); icon = "green"; } else if(action == actionBusy) |
