projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3925091
)
QWellArray: removed unused destructor
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 18 Jan 2014 10:10:35 +0000
(10:10 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 18 Jan 2014 10:10:35 +0000
(10:10 +0000)
pv/widgets/wellarray.h
patch
|
blob
|
history
diff --git
a/pv/widgets/wellarray.h
b/pv/widgets/wellarray.h
index 0195b5d789d60c3072806130a02013ff15efdf2c..dad088ccc53be0f47ee6aa4b076897457f27208b 100644
(file)
--- 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; }