Mesh: modernize C++11
* use nullptr
This commit is contained in:
@@ -119,7 +119,7 @@ TaskDecimating::TaskDecimating()
|
||||
{
|
||||
widget = new DlgDecimating();
|
||||
Gui::TaskView::TaskBox* taskbox = new Gui::TaskView::TaskBox(
|
||||
QPixmap(), widget->windowTitle(), false, 0);
|
||||
QPixmap(), widget->windowTitle(), false, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user