From 13b093ff234d133abbdbcaafaf4bc7b3512c8dc0 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 1 Jan 2015 15:58:17 +0000 Subject: [PATCH] LTM refresh on Ride Save .. in case the peak powers have changed in the ridefilecache. --- src/LTMWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LTMWindow.cpp b/src/LTMWindow.cpp index 495ca0d19..87503578e 100644 --- a/src/LTMWindow.cpp +++ b/src/LTMWindow.cpp @@ -214,6 +214,7 @@ LTMWindow::LTMWindow(Context *context) : connect(context, SIGNAL(rideAdded(RideItem*)), this, SLOT(refresh(void))); connect(context, SIGNAL(rideDeleted(RideItem*)), this, SLOT(refresh(void))); + connect(context, SIGNAL(rideSaved(RideItem*)), this, SLOT(refresh(void))); connect(context, SIGNAL(configChanged(qint32)), this, SLOT(configChanged(qint32))); connect(context, SIGNAL(presetSelected(int)), this, SLOT(presetSelected(int)));