RemoteLinux: Make custom command deployment step extensible.

Also fix typo in service class name.

Change-Id: Icd664d77b43fc63a59a94575529b1a1c272b500c
Reviewed-on: http://codereview.qt-project.org/5549
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-09-26 16:03:07 +02:00
parent 5c746546f5
commit eb6cee45e1
5 changed files with 112 additions and 58 deletions

View File

@@ -39,13 +39,13 @@ namespace Internal {
class RemoteLinuxCustomCommandDeployservicePrivate;
} // namespace Internal
class REMOTELINUX_EXPORT RemoteLinuxCustomCommandDeployservice
class REMOTELINUX_EXPORT RemoteLinuxCustomCommandDeployService
: public AbstractRemoteLinuxDeployService
{
Q_OBJECT
public:
explicit RemoteLinuxCustomCommandDeployservice(QObject *parent = 0);
~RemoteLinuxCustomCommandDeployservice();
explicit RemoteLinuxCustomCommandDeployService(QObject *parent = 0);
~RemoteLinuxCustomCommandDeployService();
void setCommandLine(const QString &commandLine);