Replaced NULL with nullptr
[pulseview.git] / pv / mainwindow.hpp
index 99772e3d0037aad26ca983fefb1ca00242b46d5b..a6b2c89831ab60ab6796297918bce86eb3277430 100644 (file)
@@ -78,7 +78,7 @@ private:
 
 public:
        explicit MainWindow(DeviceManager &device_manager,
-               const char *open_file_name = NULL,
+               const char *open_file_name = nullptr,
                QWidget *parent = 0);
 
        QAction* action_open() const;