Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
301caf3d
Commit
301caf3d
authored
Nov 04, 2010
by
Christian Kandeler
Browse files
SSH: Fix outdated comment.
parent
3a684586
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/ssh/sftpchannel.h
View file @
301caf3d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment