OSDN Git Service

SSH: Fix outdated comment.
authorChristian Kandeler <christian.kandeler@nokia.com>
Thu, 4 Nov 2010 11:08:30 +0000 (12:08 +0100)
committerChristian Kandeler <christian.kandeler@nokia.com>
Fri, 5 Nov 2010 14:07:15 +0000 (15:07 +0100)
src/plugins/coreplugin/ssh/sftpchannel.h

index 19f2de4..76cee30 100644 (file)
@@ -63,7 +63,8 @@ class SshSendFacility;
  * Operations are identified by their job id, which is returned by
  * the respective member function. If the function can right away detect that
  * the operation cannot succeed, it returns SftpInvalidJob. If an error occurs
- * later, the finishedWithError() signal is emitted for the respective job.
+ * later, the finished() signal is emitted for the respective job with a
+ * non-empty error string.
  * Note that directory names must not have a trailing slash.
  */
 class CORE_EXPORT SftpChannel : public QObject