From 4f56a0356be963bd6dbc0c44069ebb60aabe26be Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 12 Feb 2010 04:29:45 +0000 Subject: documentation updates --- source/QXmppClient.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/QXmppClient.cpp') diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index 12f58364..c5f67402 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Manjeet Dahiya + * Copyright (C) 2008-2010 Manjeet Dahiya * * Author: * Manjeet Dahiya @@ -77,7 +77,7 @@ QXmppClient::QXmppClient(QObject *parent) m_ibbTransferManager = new QXmppIbbTransferManager(this); } -/// Destroys the QXmppClient object. +/// Destructor, destroys the QXmppClient object. /// QXmppClient::~QXmppClient() @@ -160,7 +160,7 @@ void QXmppClient::connectToServer(const QString& host, const QString& user, /// (e.g. "jabber.org" and "talk.google.com"). It can also be an IP address in /// the form of a string (e.g. "192.168.1.25"). /// \param bareJid BareJid of the account at the specified XMPP server. -/// E.g. "qxmpp.test1@gmail.com" or qxmpptest@jabber.org. +/// (e.g. "qxmpp.test1@gmail.com" or qxmpptest@jabber.org.) /// \param passwd Password for the specified username /// \param port Port number at which the XMPP server is listening. The default /// value is 5222. -- cgit v1.2.3