aboutsummaryrefslogtreecommitdiff
path: root/example/example_5_rpcInterface/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_5_rpcInterface/main.cpp')
-rw-r--r--example/example_5_rpcInterface/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_5_rpcInterface/main.cpp b/example/example_5_rpcInterface/main.cpp
index f6dd6785..14445caa 100644
--- a/example/example_5_rpcInterface/main.cpp
+++ b/example/example_5_rpcInterface/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 );