diff options
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); |
