X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=6bed8ee133cd3ad2b6fa8305846bf72b477130a5;hp=32365a10dfdad79954b462249463f07cb427bbfe;hb=f54fc97e8c4c20b7a37f10b8fd125407eba17226;hpb=83b1c8d251386ac1980284c4668cbdd8e425550f diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 32365a10..6bed8ee1 100644 --- a/pv/widgets/wellarray.hpp +++ b/pv/widgets/wellarray.hpp @@ -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; }