commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/04: qtgui: oops. Somehow, I feel this sh


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/04: qtgui: oops. Somehow, I feel this should produce a compiler warning.
Date: Tue, 18 Mar 2014 18:23:46 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 0ccbf647b9aec3c08408931f090202852d438b44
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 18 14:21:42 2014 -0400

    qtgui: oops. Somehow, I feel this should produce a compiler warning.
---
 gr-qtgui/lib/histogramdisplayform.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-qtgui/lib/histogramdisplayform.cc 
b/gr-qtgui/lib/histogramdisplayform.cc
index 6654c84..c4e9b51 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)),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]