mwolff added inline comments.

INLINE COMMENTS

> loader.cpp:103
> +        // if it does it will be an element of lClients.
> +        bool unknown = std::find_if(lClients.constBegin(), 
> lClients.constEnd(), [backend] (const Client *client) {
> +                return client->name() == backend; }) == lClients.constEnd();

nope, that's wrong. find_if returns an iterator - in this case a Client* 
probably that gets converted to bool?

REPOSITORY
  R246 Sonnet

REVISION DETAIL
  https://phabricator.kde.org/D11183

To: rjvbb, #frameworks, cullmann, dfaure, mlaurent, vkrause
Cc: mwolff, kde-frameworks-devel, michaelh, ngraham

Reply via email to