From b4fe084cc00c870157bc56162cde0fe4f8984086 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Tue, 26 Jan 2010 12:01:04 +0000 Subject: [PATCH] SVN_MERGE: Merged revisions 1080485 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r1080485 | tmcguire | 2010-01-26 11:54:50 +0100 (Tue, 26 Jan 2010) | 1 line Fix API doc ........ svn path=/trunk/KDE/kdepim/kmail/; revision=1080546 --- kmcommands.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kmcommands.h b/kmcommands.h index 4632f2c0e..94163fe11 100644 --- a/kmcommands.h +++ b/kmcommands.h @@ -74,9 +74,11 @@ public slots: void slotProgress( unsigned long done, unsigned long total ); signals: + + /// @param result The status of the command. void messagesTransfered( KMCommand::Result result ); - /** Emitted when the command has completed. - * @param result The status of the command. */ + + /// Emitted when the command has completed. void completed( KMCommand *command ); protected: