]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.hpp
Use nullptr in a few places.
[pulseview.git] / pv / widgets / wellarray.hpp
index 32365a10dfdad79954b462249463f07cb427bbfe..6bed8ee133cd3ad2b6fa8305846bf72b477130a5 100644 (file)
@@ -53,7 +53,7 @@ class WellArray : public QWidget
     Q_PROPERTY(int selectedRow READ selectedRow)
 
 public:
-    WellArray(int rows, int cols, QWidget* parent=0);
+    WellArray(int rows, int cols, QWidget* parent = nullptr);
     QString cellContent(int row, int col) const;
 
     int selectedColumn() const { return selCol; }