LTM refresh on Ride Save

.. in case the peak powers have changed in the
   ridefilecache.
This commit is contained in:
Mark Liversedge
2015-01-01 15:58:17 +00:00
parent 580a5a780a
commit 13b093ff23

View File

@@ -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)));