aboutsummaryrefslogtreecommitdiff
path: root/example/example_2_rosterHandling
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_2_rosterHandling')
-rw-r--r--example/example_2_rosterHandling/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_2_rosterHandling/main.cpp b/example/example_2_rosterHandling/main.cpp
index 7c82a5c6..fff99e56 100644
--- a/example/example_2_rosterHandling/main.cpp
+++ b/example/example_2_rosterHandling/main.cpp
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- QXmppLogger::getLogger()->setLoggingType(QXmppLogger::FILE);
+ QXmppLogger::getLogger()->setLoggingType(QXmppLogger::FileLogging);
xmppClient client;
client.connectToServer("talk.google.com", "qxmpp.test1@gmail.com", "qxmpp123");