diff options
Diffstat (limited to 'examples/example_5_rpcInterface')
| -rw-r--r-- | examples/example_5_rpcInterface/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp index 00fc9ace..60803af6 100644 --- a/examples/example_5_rpcInterface/main.cpp +++ b/examples/example_5_rpcInterface/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); - + QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging); QXmppClient client; |
