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 /doc/using.doc | |
| parent | dd64ed24007cfe26ac511164762a89cff95b2f7e (diff) | |
| download | qxmpp-31180f5b45a646a39b178c0b344ea6f4f8557ae1.tar.gz | |
prune trailing whitespace
Diffstat (limited to 'doc/using.doc')
| -rw-r--r-- | doc/using.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/using.doc b/doc/using.doc index 0fd1ba22..729360ff 100644 --- a/doc/using.doc +++ b/doc/using.doc @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) { // create a Qt application QCoreApplication a(argc, argv); - + // setting the logging type to stdout QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging); @@ -40,7 +40,7 @@ This example is also available with the source code in the example directory. \code // subclass the QXmppClient and create a new class echoClient -// in the contructor the signal QXmppClient::messageReceived(const QXmppMessage&) +// in the contructor the signal QXmppClient::messageReceived(const QXmppMessage&) // is connected to the slot echoClient::messageReceived(const QXmppMessage&) // in the slot one can process the message received @@ -98,7 +98,7 @@ void echoClient::messageReceived(const QXmppMessage& message) int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); - + QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging); echoClient client; |
