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

« back to all changes in this revision

Viewing changes to src/remotelinux/sshkeydeployer.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:
33
33
 
34
34
#include <QObject>
35
35
 
36
 
namespace QSsh {
37
 
class SshConnectionParameters;
38
 
}
 
36
namespace QSsh { class SshConnectionParameters; }
39
37
 
40
38
namespace RemoteLinux {
41
 
namespace Internal {
42
 
class SshKeyDeployerPrivate;
43
 
}
 
39
namespace Internal { class SshKeyDeployerPrivate; }
44
40
 
45
41
class REMOTELINUX_EXPORT SshKeyDeployer : public QObject
46
42
{