<table><tr><td style="">graesslin created this revision.<br />graesslin added a reviewer: Frameworks.
</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/D3386" 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>This provides full API compatibility and at the same time allows to use<br />
KSharedConfig in addition to the arg name based variant.</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>BRANCH</strong><div><div>kconfigcompiler-instance-ksharedconfig</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3386" rel="noreferrer">https://phabricator.kde.org/D3386</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>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<br /></div>