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:
@@ -71,7 +71,7 @@ void RicRangeFilterNewExec::redo()
|
||||
rangeFilter->setDefaultValues();
|
||||
applyCommandDataOnFilter(rangeFilter);
|
||||
|
||||
m_cellRangeFilterCollection->updateDisplayModeNotifyManagedViews(NULL);
|
||||
m_cellRangeFilterCollection->updateDisplayModeNotifyManagedViews(nullptr);
|
||||
|
||||
m_cellRangeFilterCollection->updateConnectedEditors();
|
||||
|
||||
@@ -94,7 +94,7 @@ void RicRangeFilterNewExec::undo()
|
||||
|
||||
m_cellRangeFilterCollection->rangeFilters.erase(m_cellRangeFilterCollection->rangeFilters.size() - 1);
|
||||
|
||||
m_cellRangeFilterCollection->updateDisplayModeNotifyManagedViews(NULL);
|
||||
m_cellRangeFilterCollection->updateDisplayModeNotifyManagedViews(nullptr);
|
||||
|
||||
m_cellRangeFilterCollection->updateConnectedEditors();
|
||||
}
|
||||
Reference in New Issue
Block a user