<br><br><div><span class="gmail_quote">On 10/3/07, <b class="gmail_sendername">David Faure</b> <<a href="mailto:faure@kde.org">faure@kde.org</a>> wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wednesday 03 October 2007, Dirk Mueller wrote:<br>> On Monday, 1. October 2007, Thomas Braxton wrote:<br>><br>> >   - Renamed the values of KConfig::OpenFlag because the other names didn't<br>> > really describe their function. To me NoGlobals is the same as not oring
<br>> > with IncludeGlobals so I changed it to CascadeConfig, I think Cascade or<br>> > OpenCascade would be a better name, but I'm not sure.<br>><br>> KConfig's always cascade AFAIK<br>(unless OnlyLocal is set) 
</blockquote><div><br class="webkit-block-placeholder"></div><div> </div><br><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">> includeGlobals only means if kdeglobals is read in addition to it
<br>Yes, and NoGlobals is indeed the opposite. Thomas, what would you use if NoGlobals<br>disappears? KConfig(0)? That's no good :) I think we should indeed have a name for all<br>three possibilities, so that the calling code is readable.
</blockquote><div><br class="webkit-block-placeholder"></div><div>KConfig(file, CascadeConfig) or KConfig(file, SimpleConfig) depending on whether you want cascading or not. </div></div>