~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/remotelinux/packageuploader.h

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
private slots:
64
64
    void handleConnectionFailure();
65
65
    void handleSftpChannelInitialized();
66
 
    void handleSftpChannelInitializationFailed(const QString &error);
 
66
    void handleSftpChannelError(const QString &error);
67
67
    void handleSftpJobFinished(QSsh::SftpJobId job, const QString &error);
68
68
 
69
69
private: