X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.h;h=ebe3c00019023c7370c060ef3a59d6ba6319269c;hb=ff30bdbafa900626fdcdf5e282d6eb56e4d4b68a;hp=0195b5d789d60c3072806130a02013ff15efdf2c;hpb=0c0e1888d11fd2135e439f82993b56b2323703ec;p=pulseview.git diff --git a/pv/widgets/wellarray.h b/pv/widgets/wellarray.h index 0195b5d..ebe3c00 100644 --- a/pv/widgets/wellarray.h +++ b/pv/widgets/wellarray.h @@ -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: