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.
Please register or sign in to comment