diff --git a/src/gui/properties/speedwidget.cpp b/src/gui/properties/speedwidget.cpp index 44f4e2767..0164cb5dc 100644 --- a/src/gui/properties/speedwidget.cpp +++ b/src/gui/properties/speedwidget.cpp @@ -86,7 +86,7 @@ SpeedWidget::SpeedWidget(PropertiesWidget *parent) m_graphsMenu->addAction(tr("Tracker Download")); m_graphsMenuActions = m_graphsMenu->actions(); - m_graphsSignalMapper = new QSignalMapper(); + m_graphsSignalMapper = new QSignalMapper(this); for (int id = SpeedPlotView::UP; id < SpeedPlotView::NB_GRAPHS; ++id) { QAction *action = m_graphsMenuActions.at(id);