diff options
author | Jarek Kobus <[email protected]> | 2023-08-18 12:59:14 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2023-08-18 11:33:08 +0000 |
commit | f62575fd5db13a2a56087381c3d813ff91d6af5e (patch) | |
tree | 0d2a06601c725fefca9db25858e1b0aea5f22bfc /src/plugins/remotelinux/remotelinuxdeployconfiguration.h | |
parent | 1ed27cc2eb00b07f59bff097271c6cf271b4c54c (diff) |
RemoteLinux: Inline RemoteLinuxDeployConfigurationFactory
Change-Id: I0459981d46561c63b0c4895c37e82b3bc5363777
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdeployconfiguration.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxdeployconfiguration.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h deleted file mode 100644 index 61959122b2c..00000000000 --- a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (C) 2016 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/deployconfiguration.h> - -namespace RemoteLinux::Internal { - -class RemoteLinuxDeployConfigurationFactory : public ProjectExplorer::DeployConfigurationFactory -{ -public: - RemoteLinuxDeployConfigurationFactory(); -}; - -} // RemoteLinux::Internal |