mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -92,7 +92,7 @@ RiuProjectAndPropertyView::RiuProjectAndPropertyView(QWidget* parent, Qt::Window
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuProjectAndPropertyView::setPdmItem(caf::PdmUiItem* object)
|
||||
{
|
||||
m_propertyView->showProperties(NULL);
|
||||
m_propertyView->showProperties(nullptr);
|
||||
m_projectTreeView->setPdmItem(object);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user