[patch] Fixes for kdelibs on win32/msvc
Thiago Macieira
thiago at kde.org
Tue Jul 10 20:12:47 BST 2007
Jaroslaw Staniek wrote:
>+ return (QModelIndex)m_pendingIndexes.first();
and
>+ return (QModelIndex)*it;
Make that constructor-like:
QModelIndex(m_pendingIndexes.first());
QModelIndex(*it);
And your patch seems to include some temporary code for Win32 in
CMakeLists.txt.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070710/9e94d540/attachment.sig>
More information about the kde-core-devel
mailing list