Tons of questions. And some patches

Martijn Klingens klingens at kde.org
Sun Jan 25 13:45:07 GMT 2004


On Sunday 25 January 2004 01:47, John Firebaugh wrote:
> The default type should match the result type, and const value
> parameters are non-idiomatic. In other words, this should be:
>
> QStringList readListEntry( const QString& pKey, const QStringList&
> aDefault, char sep )

Actually, that should be QChar sep, since the config files are utf8 and it can 
make a lot of sense to use the reserved Unicode chars 0xE000-0xF800 as 
delimiters (see e.g. http://www.unicode.org/charts/PDF/UE000.pdf).

-- 
Martijn




More information about the kde-core-devel mailing list