aboutsummaryrefslogtreecommitdiff
path: root/example/example_4_ibbTransferTarget/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_4_ibbTransferTarget/main.cpp')
-rw-r--r--example/example_4_ibbTransferTarget/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_4_ibbTransferTarget/main.cpp b/example/example_4_ibbTransferTarget/main.cpp
index 5cf19ade..927c3fe5 100644
--- a/example/example_4_ibbTransferTarget/main.cpp
+++ b/example/example_4_ibbTransferTarget/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);
IbbTransferTarget client;
client.getConfiguration().setUseSASLAuthentication( false );