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
|
remotelinuxqmltoolingsupport.cpp remotelinuxqmltoolingsupport.h
|
||||||
remotelinuxrunconfiguration.cpp remotelinuxrunconfiguration.h
|
remotelinuxrunconfiguration.cpp remotelinuxrunconfiguration.h
|
||||||
remotelinuxsignaloperation.cpp remotelinuxsignaloperation.h
|
remotelinuxsignaloperation.cpp remotelinuxsignaloperation.h
|
||||||
remotelinuxx11forwardingaspect.cpp remotelinuxx11forwardingaspect.h
|
|
||||||
rsyncdeploystep.cpp rsyncdeploystep.h
|
rsyncdeploystep.cpp rsyncdeploystep.h
|
||||||
sshkeycreationdialog.cpp sshkeycreationdialog.h sshkeycreationdialog.ui
|
sshkeycreationdialog.cpp sshkeycreationdialog.h sshkeycreationdialog.ui
|
||||||
sshprocessinterface.h
|
sshprocessinterface.h
|
||||||
tarpackagecreationstep.cpp tarpackagecreationstep.h
|
tarpackagecreationstep.cpp tarpackagecreationstep.h
|
||||||
tarpackagedeploystep.cpp tarpackagedeploystep.h
|
tarpackagedeploystep.cpp tarpackagedeploystep.h
|
||||||
|
x11forwardingaspect.cpp x11forwardingaspect.h
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_qtc_plugin(RemoteLinux
|
extend_qtc_plugin(RemoteLinux
|
||||||
|
@@ -71,8 +71,6 @@ Project {
|
|||||||
"remotelinuxrunconfiguration.h",
|
"remotelinuxrunconfiguration.h",
|
||||||
"remotelinuxsignaloperation.cpp",
|
"remotelinuxsignaloperation.cpp",
|
||||||
"remotelinuxsignaloperation.h",
|
"remotelinuxsignaloperation.h",
|
||||||
"remotelinuxx11forwardingaspect.cpp",
|
|
||||||
"remotelinuxx11forwardingaspect.h",
|
|
||||||
"rsyncdeploystep.cpp",
|
"rsyncdeploystep.cpp",
|
||||||
"rsyncdeploystep.h",
|
"rsyncdeploystep.h",
|
||||||
"sshkeycreationdialog.cpp",
|
"sshkeycreationdialog.cpp",
|
||||||
@@ -83,6 +81,8 @@ Project {
|
|||||||
"tarpackagecreationstep.h",
|
"tarpackagecreationstep.h",
|
||||||
"tarpackagedeploystep.cpp",
|
"tarpackagedeploystep.cpp",
|
||||||
"tarpackagedeploystep.h",
|
"tarpackagedeploystep.h",
|
||||||
|
"x11forwardingaspect.cpp",
|
||||||
|
"x11forwardingaspect.h",
|
||||||
"images/embeddedtarget.png",
|
"images/embeddedtarget.png",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "remotelinux_constants.h"
|
#include "remotelinux_constants.h"
|
||||||
#include "remotelinuxenvironmentaspect.h"
|
#include "remotelinuxenvironmentaspect.h"
|
||||||
#include "remotelinuxx11forwardingaspect.h"
|
#include "x11forwardingaspect.h"
|
||||||
|
|
||||||
#include <projectexplorer/runconfigurationaspects.h>
|
#include <projectexplorer/runconfigurationaspects.h>
|
||||||
#include <projectexplorer/runcontrol.h>
|
#include <projectexplorer/runcontrol.h>
|
||||||
|
@@ -26,8 +26,8 @@
|
|||||||
#include "remotelinuxrunconfiguration.h"
|
#include "remotelinuxrunconfiguration.h"
|
||||||
|
|
||||||
#include "remotelinux_constants.h"
|
#include "remotelinux_constants.h"
|
||||||
#include "remotelinuxx11forwardingaspect.h"
|
|
||||||
#include "remotelinuxenvironmentaspect.h"
|
#include "remotelinuxenvironmentaspect.h"
|
||||||
|
#include "x11forwardingaspect.h"
|
||||||
|
|
||||||
#include <projectexplorer/buildsystem.h>
|
#include <projectexplorer/buildsystem.h>
|
||||||
#include <projectexplorer/buildtargetinfo.h>
|
#include <projectexplorer/buildtargetinfo.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "remotelinuxx11forwardingaspect.h"
|
#include "x11forwardingaspect.h"
|
||||||
|
|
||||||
#include <utils/macroexpander.h>
|
#include <utils/macroexpander.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
Reference in New Issue
Block a user