aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2022-03-02 04:12:25 +0100
committerJarek Kobus <[email protected]>2022-03-02 13:30:39 +0000
commit8e0ae8ba96ec5ca4512e39a16135e2279e88a4fb (patch)
tree0ffc1fb82bf551353e0ff5ade46af0c6565b4fc6 /src/plugins/git/gitplugin.cpp
parent6ff1723c4cb709ebffe2bb0c593371c51e6cf736 (diff)
QtcProcess: Limit the inclusion of qtcprocess.h
Move the rest of QtcProcess enums to processenums.h. Move ExitCodeInterpreter into processenums.h. Remove superfluous Utils:: prefix. Change-Id: Iaa596f353d33d6930085a621b114cc15a35caa80 Reviewed-by: hjk <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
-rw-r--r--src/plugins/git/gitplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp
index 2dbcfeb56ff..74faef36ddb 100644
--- a/src/plugins/git/gitplugin.cpp
+++ b/src/plugins/git/gitplugin.cpp
@@ -61,6 +61,7 @@
#include <texteditor/texteditor.h>
#include <utils/algorithm.h>
+#include <utils/commandline.h>
#include <utils/infobar.h>
#include <utils/parameteraction.h>
#include <utils/pathchooser.h>