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
Marco Bubke
flatpak-qt-creator
Commits
cc508bec
Commit
cc508bec
authored
Jun 10, 2010
by
Friedemann Kleint
Browse files
VCS: Fix execution flags glitch.
parent
0aaa9a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/vcsbase/vcsbaseplugin.h
View file @
cc508bec
...
...
@@ -187,7 +187,7 @@ public:
enum
RunVCSFlags
{
ShowStdOutInLogWindow
=
0x1
,
// Append standard output to VCS output window.
MergeOutputChannels
=
0x2
,
// see QProcess: Merge stderr/stdout.
SshPasswordPrompt
=
0x4
0
,
// Disable terminal on UNIX to force graphical prompt.
SshPasswordPrompt
=
0x4
,
// Disable terminal on UNIX to force graphical prompt.
SuppressStdErrInLogWindow
=
0x8
,
// No standard error output to VCS output window.
SuppressFailMessageInLogWindow
=
0x10
,
// No message VCS about failure in VCS output window.
SuppressCommandLogging
=
0x20
,
// No command log entry in VCS output window.
...
...
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