diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 22:53:37 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-12 22:53:37 +0200 |
| commit | 0e4b506f70125669d18b09512d935b226be026f2 (patch) | |
| tree | e6cf63eae83200c6fc92865185518d24cd107828 /examples/GuiClient/utils.h | |
| parent | b5df32d8c9b3ce2f866f0fae729b08d0976553a6 (diff) | |
| download | qxmpp-0e4b506f70125669d18b09512d935b226be026f2.tar.gz | |
stop using deprecated methods
Diffstat (limited to 'examples/GuiClient/utils.h')
| -rw-r--r-- | examples/GuiClient/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h index 6126d1ed..6f6f3366 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -31,7 +31,7 @@ #include <QBuffer> #include <QImageReader> -int comparisonWeightsPresenceStatusType(QXmppPresence::Status::Type); +int comparisonWeightsPresenceStatusType(QXmppPresence::AvailableStatusType); int comparisonWeightsPresenceType(QXmppPresence::Type); QString presenceToStatusText(const QXmppPresence& presence); |
