mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Enable user to configure autodiscovery
.. select which kind of intervals we want .. makes it faster and also reduces the size of the rideDB.json file quite dramatically which may be useful for some users.
This commit is contained in:
@@ -361,6 +361,7 @@ RideSummaryWindow::refresh()
|
||||
}
|
||||
}
|
||||
|
||||
#if 0 // not used at present
|
||||
static QString rankingString(int number)
|
||||
{
|
||||
QString ext="";
|
||||
@@ -388,6 +389,7 @@ static QString rankingString(int number)
|
||||
}
|
||||
return QString("%1%2").arg(number).arg(ext);
|
||||
}
|
||||
#endif
|
||||
|
||||
QString
|
||||
RideSummaryWindow::htmlSummary()
|
||||
|
||||
Reference in New Issue
Block a user