summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-03-18 14:21:42 -0400
committerTom Rondeau <tom@trondeau.com>2014-03-18 14:21:42 -0400
commit0ccbf647b9aec3c08408931f090202852d438b44 (patch)
tree7daf0a7ab50fa1f1c30ed6e2a7b41a5c8856e067
parent870d04ea9af853b078aafe8c03eccf67e20ddc9b (diff)
qtgui: oops. Somehow, I feel this should produce a compiler warning.
-rw-r--r--gr-qtgui/lib/histogramdisplayform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/lib/histogramdisplayform.cc b/gr-qtgui/lib/histogramdisplayform.cc
index 6654c84c46..c4e9b51f90 100644
--- a/gr-qtgui/lib/histogramdisplayform.cc
+++ b/gr-qtgui/lib/histogramdisplayform.cc
@@ -50,7 +50,7 @@ HistogramDisplayForm::HistogramDisplayForm(int nplots, QWidget* parent)
connect(d_nbinsmenu, SIGNAL(whichTrigger(int)),
this, SLOT(setNumBins(const int)));
- QAction *d_accum_act = new QAction("Accumulate", this);
+ d_accum_act = new QAction("Accumulate", this);
d_accum_act->setCheckable(true);
d_menu->addAction(d_accum_act);
connect(d_accum_act, SIGNAL(triggered(bool)),