D16863: Removed old-style casting warnings

Tomaz Canabrava noreply at phabricator.kde.org
Thu Nov 15 15:53:53 GMT 2018


tcanabrava accepted this revision.
tcanabrava added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> canvas.cpp:114-115
> +	return QColor(qMin(qMax(static_cast<int>(r), 0), 255),
> +			qMin(qMax(static_cast<int>(g), 0), 255),
> +			qMin(qMax(static_cast<int>(b), 0), 255));
>  }

This was using space and she changed to tabs, I'll allow this pass.

REPOSITORY
  R337 KTurtle

BRANCH
  changingcasts

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

To: msuarez, tcanabrava, rizzitello
Cc: apol, yurchor, kde-edu, narvaez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20181115/14892179/attachment.html>


More information about the kde-edu mailing list