]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / widgets / wellarray.h
index 0195b5d789d60c3072806130a02013ff15efdf2c..ebe3c00019023c7370c060ef3a59d6ba6319269c 100644 (file)
@@ -51,7 +51,6 @@ class QWellArray : public QWidget
 
 public:
     QWellArray(int rows, int cols, QWidget* parent=0);
-    ~QWellArray() {}
     QString cellContent(int row, int col) const;
 
     int selectedColumn() const { return selCol; }
@@ -105,7 +104,7 @@ public:
 
     inline void updateCell(int row, int column) { update(cellGeometry(row, column)); }
 
-signals:
+Q_SIGNALS:
     void selected(int row, int col);
 
 protected: