Mesh: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:08:10 +01:00
parent e8f9c8a1d3
commit ec4d8a7500
4 changed files with 7 additions and 7 deletions

View File

@@ -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);