Skip to content
Snippets Groups Projects
Commit b5de1fa5 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Simplify code to set up output parser chain a bit


It is save to set 0 as a parser.

Change-Id: I57e9a6e2c3c4661356b5b79371946edad367888a
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 96e97d13
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,7 @@ bool ProcessStep::init()
pp->setArguments(m_arguments);
pp->resolveAll();
IOutputParser *parser = target()->kit()->createOutputParser();
if (parser)
setOutputParser(parser);
setOutputParser(target()->kit()->createOutputParser());
return AbstractProcessStep::init();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment