diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-12-19 17:53:28 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-12-19 17:53:28 +0100 |
| commit | 31180f5b45a646a39b178c0b344ea6f4f8557ae1 (patch) | |
| tree | 5edacc60d02854a01815f404c9fff7e82dfd1b78 /examples/example_6_rpcClient/main.cpp | |
| parent | dd64ed24007cfe26ac511164762a89cff95b2f7e (diff) | |
| download | qxmpp-31180f5b45a646a39b178c0b344ea6f4f8557ae1.tar.gz | |
prune trailing whitespace
Diffstat (limited to 'examples/example_6_rpcClient/main.cpp')
| -rw-r--r-- | examples/example_6_rpcClient/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp index 586b0623..fe94a915 100644 --- a/examples/example_6_rpcClient/main.cpp +++ b/examples/example_6_rpcClient/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); - + QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging); rpcClient client; |
