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:
@@ -42,7 +42,7 @@ class RiuWellLogTrack : public QwtPlot
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RiuWellLogTrack(RimWellLogTrack* plotTrackDefinition, QWidget* parent = NULL);
|
||||
RiuWellLogTrack(RimWellLogTrack* plotTrackDefinition, QWidget* parent = nullptr);
|
||||
virtual ~RiuWellLogTrack();
|
||||
|
||||
void setDepthZoom(double minDepth, double maxDepth);
|
||||
|
||||
Reference in New Issue
Block a user