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
wilder-work
Thomas McGuire 16 years ago
parent c32f2e3c38
commit b4fe084cc0
  1. 6
      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:

Loading…
Cancel
Save