mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Code Cleanup: ErgFile
.. XXX is a suggestion not a TODO.
This commit is contained in:
@@ -71,7 +71,7 @@ ErgFile::fromContent(QString contents, MainWindow *main)
|
||||
|
||||
void ErgFile::reload()
|
||||
{
|
||||
// which parser to call? XXX should look at moving to an ergfile factory
|
||||
// which parser to call? NOTE: we should look at moving to an ergfile factory
|
||||
// like we do with ride files if we end up with lots of different formats
|
||||
if (filename.endsWith(".pgmf", Qt::CaseInsensitive)) parseTacx();
|
||||
else parseComputrainer();
|
||||
|
||||
Reference in New Issue
Block a user