forked from qt-creator/qt-creator
Rename remotelinuxx11forwardingaspect.h into x11forwardingaspect.h
In this way we match the filename with a class name. Change-Id: Ie0ae686b15aa27e2e00557ee32c6f84b956cf855 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -33,12 +33,12 @@ add_qtc_plugin(RemoteLinux
|
||||
remotelinuxqmltoolingsupport.cpp remotelinuxqmltoolingsupport.h
|
||||
remotelinuxrunconfiguration.cpp remotelinuxrunconfiguration.h
|
||||
remotelinuxsignaloperation.cpp remotelinuxsignaloperation.h
|
||||
remotelinuxx11forwardingaspect.cpp remotelinuxx11forwardingaspect.h
|
||||
rsyncdeploystep.cpp rsyncdeploystep.h
|
||||
sshkeycreationdialog.cpp sshkeycreationdialog.h sshkeycreationdialog.ui
|
||||
sshprocessinterface.h
|
||||
tarpackagecreationstep.cpp tarpackagecreationstep.h
|
||||
tarpackagedeploystep.cpp tarpackagedeploystep.h
|
||||
x11forwardingaspect.cpp x11forwardingaspect.h
|
||||
)
|
||||
|
||||
extend_qtc_plugin(RemoteLinux
|
||||
|
@@ -71,8 +71,6 @@ Project {
|
||||
"remotelinuxrunconfiguration.h",
|
||||
"remotelinuxsignaloperation.cpp",
|
||||
"remotelinuxsignaloperation.h",
|
||||
"remotelinuxx11forwardingaspect.cpp",
|
||||
"remotelinuxx11forwardingaspect.h",
|
||||
"rsyncdeploystep.cpp",
|
||||
"rsyncdeploystep.h",
|
||||
"sshkeycreationdialog.cpp",
|
||||
@@ -83,6 +81,8 @@ Project {
|
||||
"tarpackagecreationstep.h",
|
||||
"tarpackagedeploystep.cpp",
|
||||
"tarpackagedeploystep.h",
|
||||
"x11forwardingaspect.cpp",
|
||||
"x11forwardingaspect.h",
|
||||
"images/embeddedtarget.png",
|
||||
]
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "remotelinux_constants.h"
|
||||
#include "remotelinuxenvironmentaspect.h"
|
||||
#include "remotelinuxx11forwardingaspect.h"
|
||||
#include "x11forwardingaspect.h"
|
||||
|
||||
#include <projectexplorer/runconfigurationaspects.h>
|
||||
#include <projectexplorer/runcontrol.h>
|
||||
|
@@ -26,8 +26,8 @@
|
||||
#include "remotelinuxrunconfiguration.h"
|
||||
|
||||
#include "remotelinux_constants.h"
|
||||
#include "remotelinuxx11forwardingaspect.h"
|
||||
#include "remotelinuxenvironmentaspect.h"
|
||||
#include "x11forwardingaspect.h"
|
||||
|
||||
#include <projectexplorer/buildsystem.h>
|
||||
#include <projectexplorer/buildtargetinfo.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "remotelinuxx11forwardingaspect.h"
|
||||
#include "x11forwardingaspect.h"
|
||||
|
||||
#include <utils/macroexpander.h>
|
||||
#include <utils/qtcassert.h>
|
Reference in New Issue
Block a user