X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=35a2f2f62e7f194b70ad49b9e23b8ec58dab4f0a;hb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416;hp=8132eb0076c35fd69ea35154a456ead64cdb2566;hpb=ebad870b71f3eec4a08873040524bb9e57768364;p=pulseview.git diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 8132eb0..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; } @@ -119,7 +119,7 @@ protected: void keyPressEvent(QKeyEvent*); void focusInEvent(QFocusEvent*); void focusOutEvent(QFocusEvent*); - void paintEvent(QPaintEvent *); + void paintEvent(QPaintEvent*); private: Q_DISABLE_COPY(WellArray) @@ -135,5 +135,5 @@ private: WellArrayData *d; }; -} // namespace wellarray +} // namespace widgets } // namespace pv