<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: Frameworks, dfaure, mdawson.
</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/D3690" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In case a kcfg with arg="true" was used and singleton the static<br />
instance method only accepted a QString config name. This made it<br />
impossible to combine a singleton config with an already existing and<br />
open KSharedConfig::Ptr.</p>

<p>With this change an overloaded instance method is added which takes a<br />
KSharedConfig::Ptr as argument. The private ctor, though, only takes a<br />
KSharedConfig::Ptr and the instance method taking a QString argument<br />
uses KSharedConfig::openConfig on the config file name.</p>

<p>The change is source-incompatible in the following situation:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">kcfgfile arg="true"</li>
<li class="remarkup-list-item">Singleton = true</li>
<li class="remarkup-list-item">Inherits is specified</li>
</ul>

<p>In this situation the previous revision created an instance method with<br />
a QString argument and passed that to the parent constructor. This is<br />
not in accordance with the documentation. Any user of this behavior was<br />
relying on a bug. With this change now the call to the parent<br />
constructor carries a KSharedConfigPtr.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>kconfigcompiler tests still pass and a config with singleton<br />
and arg="true" generates the code as I need it</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R237 KConfig</div></div></div><br /><div><strong>BRANCH</strong><div><div>kconfig-change-try2</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3690" rel="noreferrer">https://phabricator.kde.org/D3690</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kconfig_compiler/CMakeLists.txt<br />
autotests/kconfig_compiler/kconfigcompiler_test.cpp<br />
autotests/kconfig_compiler/test8c.cpp.ref<br />
autotests/kconfig_compiler/test8c.h.ref<br />
autotests/kconfig_compiler/test8c.kcfg<br />
autotests/kconfig_compiler/test8c.kcfgc<br />
autotests/kconfig_compiler/test8main.cpp<br />
src/kconfig_compiler/kconfig_compiler.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, Frameworks, dfaure, mdawson<br /></div>