Browse Source

Remove non-existent signal connection from IncrementalPlot.

I don't think it's needed anywhere in QGC since this has been a bug for a long time.
QGC4.4
Bryant Mairs 11 years ago
parent
commit
2d216cd91b
  1. 2
      src/ui/linechart/IncrementalPlot.cc

2
src/ui/linechart/IncrementalPlot.cc

@ -100,8 +100,6 @@ IncrementalPlot::IncrementalPlot(QWidget *parent): @@ -100,8 +100,6 @@ IncrementalPlot::IncrementalPlot(QWidget *parent):
resetScaling();
legend = NULL;
connect(this, SIGNAL(legendChecked(QwtPlotItem*,bool)), this, SLOT(handleLegendClick(QwtPlotItem*,bool)));
}
IncrementalPlot::~IncrementalPlot()

Loading…
Cancel
Save