forked from qt-creator/qt-creator
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>
11 lines
256 B
C++
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
|