RemoteLinux: Rename rscyncdeploystep.* to genericdeploystep.*

Change-Id: Ia1a3a18690fb1f3301e97a628ebe3d20568871eb
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-10-05 17:53:35 +02:00
parent 248ac4a658
commit 687dfea03b
5 changed files with 5 additions and 5 deletions

View 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