aboutsummaryrefslogtreecommitdiff
path: root/example/example_6_rpcClient/main.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-04-13 11:42:17 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-04-13 11:42:17 +0000
commit2b4e7dac5cd5d7c929787fe2ea2e6c3e0a6e5c9b (patch)
tree8f52f53cdbd77f485e130dfadc92f28b182c5348 /example/example_6_rpcClient/main.cpp
parent76e1d99be97a9cf9ebc00bdf73c4ea648f36d076 (diff)
downloadqxmpp-2b4e7dac5cd5d7c929787fe2ea2e6c3e0a6e5c9b.tar.gz
replace obsolete QXmppLogger::LoggingType
Diffstat (limited to 'example/example_6_rpcClient/main.cpp')
-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 );