Skip to content
  • Igor Kushnir's avatar
    Optimize and deduplicate code in ParamIterator() · f08d0452
    Igor Kushnir authored
    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.
    f08d0452