TD: modernize C++11
* use nullptr
This commit is contained in:
@@ -36,7 +36,7 @@ class DlgPrefsTechDrawAnnotationImp : public Gui::Dialog::PreferencePage
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DlgPrefsTechDrawAnnotationImp( QWidget* parent = 0 );
|
||||
DlgPrefsTechDrawAnnotationImp( QWidget* parent = nullptr );
|
||||
~DlgPrefsTechDrawAnnotationImp();
|
||||
|
||||
public Q_SLOTS:
|
||||
|
||||
Reference in New Issue
Block a user