forked from qt-creator/qt-creator
RemoteLinux: Fix some line breaks
Change-Id: I11e13bc05be366c9dd1eb5449fc395c3098c012a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace RemoteLinux {
|
||||
static QString quote(const QString &s) { return Utils::QtcProcess::quoteArgUnix(s); }
|
||||
|
||||
LinuxDeviceProcess::LinuxDeviceProcess(const QSharedPointer<const ProjectExplorer::IDevice> &device,
|
||||
QObject *parent)
|
||||
QObject *parent)
|
||||
: ProjectExplorer::SshDeviceProcess(device, parent), m_processId(0)
|
||||
{
|
||||
connect(this, &DeviceProcess::finished, this, [this]() {
|
||||
|
||||
Reference in New Issue
Block a user