[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)),
- [Commit-gnuradio] [gnuradio] branch master updated (d351818 -> 49f69ee), git, 2014/03/18
- [Commit-gnuradio] [gnuradio] 02/04: Merge remote-tracking branch 'mbant/oot-docs-fix', git, 2014/03/18
- [Commit-gnuradio] [gnuradio] 04/04: qtgui: moving stuff around to avoid swig and Python.h warnings., git, 2014/03/18
- [Commit-gnuradio] [gnuradio] 03/04: qtgui: oops. Somehow, I feel this should produce a compiler warning.,
git <=
- [Commit-gnuradio] [gnuradio] 01/04: modtool: Updates to OOT docs, enables doxygen, removes some doxygen warnings, git, 2014/03/18