X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=6bed8ee133cd3ad2b6fa8305846bf72b477130a5;hb=c063290ac7189bdd15221450f598504f43286b43;hp=32365a10dfdad79954b462249463f07cb427bbfe;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb;p=pulseview.git diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 32365a1..6bed8ee 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; }