TD: modernize C++11
* use nullptr
This commit is contained in:
@@ -204,7 +204,7 @@ void QGIViewAnnotation::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
QDialog dialog(0);
|
||||
QDialog dialog(nullptr);
|
||||
dialog.setWindowTitle(tr("Text"));
|
||||
|
||||
Gui::PropertyListEditor editor(&dialog);
|
||||
|
||||
Reference in New Issue
Block a user