aboutsummaryrefslogtreecommitdiff
path: root/example/example_6_rpcClient
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_6_rpcClient')
-rw-r--r--example/example_6_rpcClient/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_6_rpcClient/main.cpp b/example/example_6_rpcClient/main.cpp
index 35f1dd8d..126339ee 100644
--- a/example/example_6_rpcClient/main.cpp
+++ b/example/example_6_rpcClient/main.cpp
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- QXmppLogger::getLogger()->setLoggingType(QXmppLogger::STDOUT);
+ QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging);
rpcClient client;
client.getConfiguration().setUseSASLAuthentication( false );