[PyKDE] [PATCH] Fix compilation with qscintilla-1.71-gpl-2-snapshot-20061006

Ismail Donmez ismail at pardus.org.tr
Sun Oct 8 09:21:17 BST 2006


Hi,

qscintilla-1.71-gpl-2-snapshot-20061006 uses QStringList.at(i) to retrive a 
QString but instead it returns an iterator. Attached patch makes it use 
QStringList[i] which fixes the issue.

Regards,
ismail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-fix.patch
Type: text/x-diff
Size: 1326 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20061008/2714460f/build-fix.bin


More information about the PyQt mailing list