forked from qt-creator/qt-creator
RemoteLinux: Remove empty remotelinuxutils.*
Change-Id: I41dda4b358d042b3857c90527f386133e6d425e2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -32,7 +32,6 @@ HEADERS += \
|
||||
remotelinuxenvironmentreader.h \
|
||||
sshkeydeployer.h \
|
||||
typespecificdeviceconfigurationlistmodel.h \
|
||||
remotelinuxutils.h \
|
||||
remotelinuxcustomcommanddeployservice.h \
|
||||
remotelinuxcustomcommanddeploymentstep.h \
|
||||
genericlinuxdeviceconfigurationwidget.h \
|
||||
@@ -74,7 +73,6 @@ SOURCES += \
|
||||
remotelinuxenvironmentreader.cpp \
|
||||
sshkeydeployer.cpp \
|
||||
typespecificdeviceconfigurationlistmodel.cpp \
|
||||
remotelinuxutils.cpp \
|
||||
remotelinuxcustomcommanddeployservice.cpp \
|
||||
remotelinuxcustomcommanddeploymentstep.cpp \
|
||||
genericlinuxdeviceconfigurationwidget.cpp \
|
||||
|
@@ -93,8 +93,6 @@ Project {
|
||||
"remotelinuxrunconfiguration.h",
|
||||
"remotelinuxsignaloperation.cpp",
|
||||
"remotelinuxsignaloperation.h",
|
||||
"remotelinuxutils.cpp",
|
||||
"remotelinuxutils.h",
|
||||
"sshkeydeployer.cpp",
|
||||
"sshkeydeployer.h",
|
||||
"tarpackagecreationstep.cpp",
|
||||
|
@@ -1,30 +0,0 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of Qt Creator.
|
||||
**
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 as published by the Free Software
|
||||
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "remotelinuxutils.h"
|
||||
|
||||
namespace RemoteLinux {
|
||||
|
||||
} // namespace RemoteLinux
|
@@ -1,37 +0,0 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2016 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of Qt Creator.
|
||||
**
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** and conditions see https://www.qt.io/terms-conditions. For further
|
||||
** information use the contact form at https://www.qt.io/contact-us.
|
||||
**
|
||||
** GNU General Public License Usage
|
||||
** Alternatively, this file may be used under the terms of the GNU
|
||||
** General Public License version 3 as published by the Free Software
|
||||
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
||||
** included in the packaging of this file. Please review the following
|
||||
** information to ensure the GNU General Public License requirements will
|
||||
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "remotelinux_export.h"
|
||||
|
||||
namespace RemoteLinux {
|
||||
|
||||
class REMOTELINUX_EXPORT RemoteLinuxUtils
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
} // namespace RemoteLinux
|
Reference in New Issue
Block a user