forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user