Consistenty use auto-generated namespace comments.
[pulseview.git] / pv / widgets / wellarray.hpp
index 32365a10dfdad79954b462249463f07cb427bbfe..35a2f2f62e7f194b70ad49b9e23b8ec58dab4f0a 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; }
@@ -135,5 +135,5 @@ private:
     WellArrayData *d;
 };
 
-} // namespace wellarray
+}  // namespace widgets
 } // namespace pv