Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
7332f1e0
Commit
7332f1e0
authored
Jun 15, 2010
by
Friedemann Kleint
Browse files
Compile fix.
parent
59592c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/mercurial/mercurialjobrunner.cpp
View file @
7332f1e0
...
...
@@ -165,7 +165,7 @@ QString MercurialJobRunner::msgTimeout(int timeoutSeconds)
void
MercurialJobRunner
::
setProcessEnvironment
(
QProcess
&
p
)
{
QProcessEnvironment
env
=
QProcessEnvironment
::
systemEnvironment
();
VCSBase
::
VCSBasePlugin
::
setProcessEnvironment
(
&
env
);
VCSBase
::
VCSBasePlugin
::
setProcessEnvironment
(
&
env
,
false
);
p
.
setProcessEnvironment
(
env
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment