D23381: Allow splitting lists using ;
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Mon Aug 26 17:31:02 BST 2019
kossebau added a subscriber: dfaure.
kossebau added a comment.
Looking at KServiceTypePrivate::init() (from KService) pr parseServiceTypesFile() (in desktopfileparser from KCoreAddons) seems currently the only supported property types are bool, int, double, string, stringlist (reusing QVariant::nameToType()). So to support defining entry values with a another type/encoding like the xdg-style stringlists, that might need extension there.
Guess best is to pull @dfaure into this, this should be his domain :)
REPOSITORY
R237 KConfig
REVISION DETAIL
https://phabricator.kde.org/D23381
To: apol, #frameworks
Cc: dfaure, kossebau, sitter, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190826/aa53193c/attachment.html>
More information about the Kde-frameworks-devel
mailing list