Fix typo in RiuQwtPlotWidget::closeEvent

This commit is contained in:
Gaute Lindkvist 2019-11-20 14:26:15 +01:00
parent 7f0efb61f4
commit f2be9dd3b8

View File

@ -553,7 +553,7 @@ void RiuQwtPlotWidget::closeEvent( QCloseEvent* event )
{ {
m_plotDefinition->detachAllCurves(); m_plotDefinition->detachAllCurves();
} }
RiuQwtPlotWidget::closeEvent( event ); QwtPlot::closeEvent( event );
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------