Replaced NULL with nullptr
[pulseview.git] / pv / widgets / decodergroupbox.hpp
index 09c83f27e81ce85b4f37ccf964b57c1ed158a7c8..73bc9971b68bbf90e848569b680422467ce5232f 100644 (file)
@@ -34,7 +34,7 @@ class DecoderGroupBox : public QWidget
        Q_OBJECT
 
 public:
-       DecoderGroupBox(QString title, QWidget *parent = NULL);
+       DecoderGroupBox(QString title, QWidget *parent = nullptr);
 
        void add_layout(QLayout *layout);