[Kde-pim] Review Request: Fix for kdepimlibs compilation failures related to wrong argument passing of QByteArray
Torgny Nyblom
kde at nyblom.org
Mon Sep 12 18:28:47 BST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102433/#review6450
-----------------------------------------------------------
Also wont the QString(...) calls fail if Q_NO_CAST_FROM_ASCII is enabled?
- Torgny
On Aug. 25, 2011, 2:07 p.m., Romário Rios wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/102433/
> -----------------------------------------------------------
>
> (Updated Aug. 25, 2011, 2:07 p.m.)
>
>
> Review request for KDEPIM.
>
>
> Summary
> -------
>
> A lot of compilation erros like this one[http://paste.kde.org/114253 ] emerged when I tried to compile latest kdepimlibs master using latest Qt master. All of them happen when operator+ (or operator?) is used with a QByteArray as the argument of a function (making it return a bytearray stringbuilder), while the argument should be a const char * or a QString. This patch fixes them, making kdepimlibs compile.
>
>
> Diffs
> -----
>
> akonadi/contact/contactgroupsearchjob.cpp b845b61
> akonadi/contact/contactsearchjob.cpp 1dfe4d2
> akonadi/protocolhelper.cpp 187c74f
> kcal/icalformat_p.cpp 1685337
> kcalcore/icalformat_p.cpp 5938d02
> kcalutils/incidenceformatter.cpp 65bf74c
> kioslave/imap4/imap4.cpp 9b33d71
> kioslave/imap4/mimeheader.cpp 6bb6586
> kontactinterface/plugin.cpp 2b187f3
> kxmlrpcclient/query.cpp bcab7ea
>
> Diff: http://git.reviewboard.kde.org/r/102433/diff
>
>
> Testing
> -------
>
> It compiles. And probably nothing changes in the behavior of the module, as I just made type conversions.
>
>
> Thanks,
>
> Romário
>
>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list