Skip to content
GitLab
Menu
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
fa435213
Commit
fa435213
authored
Jan 28, 2009
by
Oswald Buddenhagen
Browse files
fix comment.
parent
34a14100
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/abstractprocessstep.h
View file @
fa435213
...
@@ -51,9 +51,9 @@ namespace ProjectExplorer {
...
@@ -51,9 +51,9 @@ namespace ProjectExplorer {
It should be used as a base class if your buildstep just needs to run a process.
It should be used as a base class if your buildstep just needs to run a process.
Usage:
Usage:
Use setCommand(), setArguments(), setWorkingDirectory() to specify the process you want to run
.
Use setCommand(), setArguments(), setWorkingDirectory() to specify the process you want to run
(
Y
ou need to do that before calling AbstractProcess::init())
(
y
ou need to do that before calling AbstractProcess
Step
::init())
.
Inside YourBuildStep::init() call AbstractProcessStep::init()
Inside YourBuildStep::init() call AbstractProcessStep::init()
.
Inside YourBuildStep::run() call AbstractProcessStep::run(), which automatically starts the proces
Inside YourBuildStep::run() call AbstractProcessStep::run(), which automatically starts the proces
and by default adds the output on stdOut and stdErr to the OutputWindow.
and by default adds the output on stdOut and stdErr to the OutputWindow.
If you need to process the process output override stdOut() and/or stdErr.
If you need to process the process output override stdOut() and/or stdErr.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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