diff options
Diffstat (limited to 'example/example_3_ibbTransferSource')
| -rw-r--r-- | example/example_3_ibbTransferSource/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_3_ibbTransferSource/main.cpp b/example/example_3_ibbTransferSource/main.cpp index ea69cce3..3d176712 100644 --- a/example/example_3_ibbTransferSource/main.cpp +++ b/example/example_3_ibbTransferSource/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); ibbClient client; client.getConfiguration().setUseSASLAuthentication( false ); |
