<table><tr><td style="">alex added a comment.
</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/D27096">View Revision</a></tr></table><br /><div><div><p>First of all thanks for the idea, but is the QString API needed  ? These strings are just used for reading the config and if you have a look at the implementation of the readEntry method:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">QStringList KConfigGroup::readEntry(const QString &key, const QStringList &aDefault) const
{
     return readEntry(key.toUtf8().constData(), aDefault);
}</pre></div>

<p>Basically the method is just converting the QString to a char array and calls the readEntry method (which is currently directly called).<br />
Link: <a href="https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/kconfig/html/kconfiggroup_8cpp_source.html#l00717" class="remarkup-link" target="_blank" rel="noreferrer">https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/kconfig/html/kconfiggroup_8cpp_source.html#l00717</a></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R114 Plasma Addons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27096">https://phabricator.kde.org/D27096</a></div></div><br /><div><strong>To: </strong>alex, davidedmundson, ngraham, sitter, broulik, Plasma<br /><strong>Cc: </strong>dvratil, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>