PD: modernize C++11
* use nullptr
This commit is contained in:
@@ -49,7 +49,7 @@ class TaskBooleanParameters : public Gui::TaskView::TaskBox, public Gui::Selecti
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
TaskBooleanParameters(ViewProviderBoolean *BooleanView, QWidget *parent=0);
|
||||
TaskBooleanParameters(ViewProviderBoolean *BooleanView, QWidget *parent=nullptr);
|
||||
~TaskBooleanParameters();
|
||||
|
||||
const std::vector<std::string> getBodies(void) const;
|
||||
|
||||
Reference in New Issue
Block a user