From 8470afadbd22ba7b58f5e3bd360c2860fc39d0b0 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 18 Jan 2014 10:10:35 +0000 Subject: [PATCH 1/1] QWellArray: removed unused destructor --- pv/widgets/wellarray.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pv/widgets/wellarray.h b/pv/widgets/wellarray.h index 0195b5d7..dad088cc 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; } -- 2.30.2