Skip to content
Commit f08d0452 authored by Igor Kushnir's avatar Igor Kushnir
Browse files

Optimize and deduplicate code in ParamIterator()

Don't create and assign to d->m_prefix two QString objects if the paren
is not closed. m_prefix is used only in ParamIterator::prefix(), which
in turn is not used by ParamIterator itself, so the code reordering does
not change behavior.
parent 5d3cdf9f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment