Files
qt-creator/src/plugins/remotelinux/genericdeploystep.h
hjk a1eaaadbe9 RemoteLinux: Prevent step factory sharing by inheritance
This was the preferred way for a while, but has been superseded by
creating the steps by ID.

Not exposing the factory classes in a header prevents following
the old approach in downstream plugins.

Change-Id: Iaa89458a87602006f1a05fa142a34cc1f9d63c64
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2024-07-19 05:59:49 +00:00

11 lines
256 B
C++

// 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
namespace RemoteLinux::Internal {
void setupGenericDeployStep();
} // namespace RemoteLinux::Internal