[Kde-pim] Review Request 123681: Fix build with Qt 5.5
Sergio Luis Martins
iamsergio at gmail.com
Fri May 8 13:24:30 BST 2015
> On May 8, 2015, 12:23 p.m., Sergio Luis Martins wrote:
> > src/listjob.cpp, line 182
> > <https://git.reviewboard.kde.org/r/123681/diff/1/?file=367571#file367571line182>
> >
> > toLower() is const, doesn't modify anything, so this code doesn't do anything
> >
> > Btw, "auto" is encouraged when using iterators
> > auto it = flags.begin(), but feel free not to use it
And I think we can use std::bind instead of boost::bind now ?
- Sergio Luis
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123681/#review80086
-----------------------------------------------------------
On May 8, 2015, 12:02 p.m., Aleix Pol Gonzalez wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/123681/
> -----------------------------------------------------------
>
> (Updated May 8, 2015, 12:02 p.m.)
>
>
> Review request for KDEPIM-Libraries, Christian Mollekopf and Laurent Montel.
>
>
> Repository: kimap
>
>
> Description
> -------
>
> Now QByteArray::toLower is overloaded. I didn't manage to tell bind what version to use.
> I spent some time (more than I'd care to admit, in fact) trying to work it out but didn't manage, so did this which works and it's probably even more readable.
>
>
> Diffs
> -----
>
> src/listjob.cpp eebd404
>
> Diff: https://git.reviewboard.kde.org/r/123681/diff/
>
>
> Testing
> -------
>
> Builds, tests still pass.
>
>
> Thanks,
>
> Aleix Pol Gonzalez
>
>
_______________________________________________
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