TD: modernize C++11
* use nullptr
This commit is contained in:
@@ -212,7 +212,7 @@ TaskDlgActiveView::TaskDlgActiveView(TechDraw::DrawPage* page)
|
||||
{
|
||||
widget = new TaskActiveView(page);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_ActiveView"),
|
||||
widget->windowTitle(), true, 0);
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user