From kde-commits Tue Aug 31 14:00:05 2004 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Tue, 31 Aug 2004 14:00:05 +0000 To: kde-commits Subject: kdelibs/kio/kio Message-Id: <20040831140005.F3890935B () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109396082819152 CVS commit by luis_pedro: Apidocs fixes: - finish sentence - according to the code, keep can be null, so document it - use the correct names Accepted/Rejected M +2 -2 passdlg.h 1.33 --- kdelibs/kio/kio/passdlg.h #1.32:1.33 @@ -132,5 +132,5 @@ public: * @param user username * @param pass password - * @param keep pointer to flag that indicates + * @param keep pointer to flag that indicates whether to keep password (can be null) * @param prompt text to display to user. * @param readOnly make the username field read-only. @@ -139,5 +139,5 @@ public: * @param label optinal label for extra comment. * - * @return Accept/Reject based on the user choice. + * @return Accepted/Rejected based on the user choice. */ static int getNameAndPassword( QString& user, QString& pass, bool* keep,