D11826: Simplify Term operator&& and ||
Michael Heidelbach
noreply at phabricator.kde.org
Sat Mar 31 09:09:32 UTC 2018
michaelh added a comment.
This part of baloo is still unknown territory to me. Please be patient until I understood what is going on here.
If you want to, ignore my inline comments. Then this file will violate the coding style rules at least consistently.
INLINE COMMENTS
> term.cpp:121
> +
> + if (lhs.operation() == op)
> + d->m_subTerms << lhs.subTerms();
<Coding style>Please use braces
> term.cpp:129
> + else
> + d->m_subTerms << rhs;
> }
</Coding style>
REPOSITORY
R293 Baloo
REVISION DETAIL
https://phabricator.kde.org/D11826
To: bruns, #baloo
Cc: michaelh, #frameworks, ashaposhnikov, astippich, spoorun, ngraham, alexeymin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180331/40bca353/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list