D16143: Change null pointer reference from zero to nullptr

Chris Rizzitello noreply at phabricator.kde.org
Fri Oct 12 18:20:48 BST 2018


rizzitello requested changes to this revision.
rizzitello added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> mainwindow.cpp:139
>  {
> -	if (colorPicker == 0) {
> +	if (colorPicker == nullptr) {
>  		colorPicker = new ColorPicker(this);

Missed one

REPOSITORY
  R337 KTurtle

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

To: Shroudmaster, tcanabrava, rizzitello
Cc: rizzitello, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20181012/09ed893a/attachment.html>


More information about the kde-edu mailing list