aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocess.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-05-11 14:34:56 +0200
committerEike Ziller <eike.ziller@qt.io>2021-05-11 13:27:23 +0000
commitf18ac508e8293081eb25c3c9f8b0836ef3d1aa47 (patch)
treea839a27f7af6151142cb8cc1aa876badeeda3229 /src/libs/ssh/sshremoteprocess.cpp
parent0c8d8c6b2aa32021792d402a4651f9bc80a9d15e (diff)
Move CommandLine out of fileutils.h
to ProcessArgs and rename the files to commandline.*. fileutils was a strange place for CommandLine, and this reduces the dependencies needed for sdktool. Change-Id: I9d7e8ffe8a3560f5d12934457b086f9446976883 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/ssh/sshremoteprocess.cpp')
-rw-r--r--src/libs/ssh/sshremoteprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshremoteprocess.cpp b/src/libs/ssh/sshremoteprocess.cpp
index 3d1ef6a81e..fdfe76e9b2 100644
--- a/src/libs/ssh/sshremoteprocess.cpp
+++ b/src/libs/ssh/sshremoteprocess.cpp
@@ -28,7 +28,7 @@
#include "sshlogging_p.h"
#include "sshsettings.h"
-#include <utils/fileutils.h>
+#include <utils/commandline.h>
#include <utils/qtcassert.h>
#include <QDir>