meven added inline comments. INLINE COMMENTS
> KConfigSourceGenerator.cpp:335 > + // TODO : what happened when same group is repeated ? > + if (mCurrentGroup.contains(QStringLiteral("\u241D"))) { > + stream() << " " << itemPath(entry, cfg()) << "->setGroup(cg" << > QString(entry->group.split(QStringLiteral("\u241D")).last()).remove(QRegExp(QStringLiteral("\\W"))) > << ");\n"; This character won't be easy on the user. Ideally we perhaps would want to allow users to add <group key><group key> </group></group> We could use alternatively attributes. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D27133 To: crossi, ervin, dfaure, #frameworks Cc: meven, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns