<table><tr><td style="">tcanabrava created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />tcanabrava requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D18578">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>QStringLiteral cannot deal with duplicates, so each invokation in<br />
the same file with the same string will create a different UTF-16<br />
string representation for that thing. Considering that we called<br />
the same string six times in the same function, just create a temporary<br />
variable that's the UTF-16 representation of the QString, and use it</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R106 KSysguard</div></div></div><br /><div><strong>BRANCH</strong><div><div>reduceStrings</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D18578">https://phabricator.kde.org/D18578</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>gui/ksysguard.cpp</div></div></div><br /><div><strong>To: </strong>tcanabrava<br /><strong>Cc: </strong>plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>