kconfig_compiler patch
Albert Astals Cid
aacid at kde.org
Sat Oct 8 14:30:41 BST 2005
Hi, in kdelibs4_snapshot i had to apply this patch
http://websvn.kde.org/branches/work/kdelibs4_snapshot/kdecore/kconfig_compiler/kconfig_compiler.cpp?rev=467255&r1=466682&r2=467255
To make kconfig_compiler behave correctly again, that is, do not put an append
into the code of a integer list if there is no <default> into the xml file.
I tried another patch that also seems to work that is replacing
- QStringList defaults = defaultValue.split( "," );
+ QStringList defaults = defaultValue.split( ",", QString::SkipEmptyParts );
Can anyone verify the patches and commit them? (i don't have kdelibs trunk but
the snapshot as i'm focusing on developing apps for now)
Albert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20051008/b93476ec/attachment.sig>
More information about the kde-core-devel
mailing list