mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
LTM refresh on Ride Save
.. in case the peak powers have changed in the ridefilecache.
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user