Fix a crash due to access of temporary object

Authored by ahartmetz on Jul 6 2018, 9:40 AM.

Description

Fix a crash due to access of temporary object

QStringBuilder and auto don't mix - the auto resolves to some
QStringBuilder thing that is destroyed after the semicolon,
not QString.

CCMAIL: dvratil@kde.org

Details

Committed
ahartmetzJul 6 2018, 9:45 AM
Parents
R165:7ea461841e42: ProtocolGen: add missing break statement
Branches
Unknown
Tags
Unknown