forked from qt-creator/qt-creator
RemoteLinux: Rename rscyncdeploystep.* to genericdeploystep.*
Change-Id: Ia1a3a18690fb1f3301e97a628ebe3d20568871eb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
16
src/plugins/remotelinux/genericdeploystep.h
Normal file
16
src/plugins/remotelinux/genericdeploystep.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright (C) 2018 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <projectexplorer/buildstep.h>
|
||||
|
||||
namespace RemoteLinux::Internal {
|
||||
|
||||
class GenericDeployStepFactory : public ProjectExplorer::BuildStepFactory
|
||||
{
|
||||
public:
|
||||
GenericDeployStepFactory();
|
||||
};
|
||||
|
||||
} // namespace RemoteLinux::Internal
|
||||
Reference in New Issue
Block a user