X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=35a2f2f62e7f194b70ad49b9e23b8ec58dab4f0a;hp=32365a10dfdad79954b462249463f07cb427bbfe;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 32365a1..35a2f2f 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; } @@ -135,5 +135,5 @@ private: WellArrayData *d; }; -} // namespace wellarray +} // namespace widgets } // namespace pv