Code Cleanup: ErgFile

.. XXX is a suggestion not a TODO.
This commit is contained in:
Mark Liversedge
2013-02-11 14:07:55 +00:00
parent 3984edb0e6
commit 4c110f2a80

View File

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