commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10810 - gnuradio/branches/developers/trondeau/qtdevel


From: trondeau
Subject: [Commit-gnuradio] r10810 - gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib
Date: Sun, 12 Apr 2009 13:07:43 -0600 (MDT)

Author: trondeau
Date: 2009-04-12 13:07:43 -0600 (Sun, 12 Apr 2009)
New Revision: 10810

Modified:
   
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/ConstellationDisplayPlot.cc
Log:
Formatting

Modified: 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/ConstellationDisplayPlot.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/ConstellationDisplayPlot.cc
 2009-04-12 19:06:31 UTC (rev 10809)
+++ 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/ConstellationDisplayPlot.cc
 2009-04-12 19:07:43 UTC (rev 10810)
@@ -100,11 +100,8 @@
   _zoomer->setRubberBandPen(c);
   _zoomer->setTrackerPen(c);
 
-  QwtLegend* legendDisplay = new QwtLegend(this);
-  legendDisplay->setItemMode(QwtLegend::CheckableItem);
-  insertLegend(legendDisplay);
-
-  connect(this, SIGNAL( legendChecked(QwtPlotItem *, bool ) ), this, SLOT( 
LegendEntryChecked(QwtPlotItem *, bool ) ));
+  connect(this, SIGNAL( legendChecked(QwtPlotItem *, bool ) ), 
+         this, SLOT( LegendEntryChecked(QwtPlotItem *, bool ) ));
 }
 
 ConstellationDisplayPlot::~ConstellationDisplayPlot(){





reply via email to

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