From 4c110f2a8048834228db83145d23048dafdccd7f Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 11 Feb 2013 14:07:55 +0000 Subject: [PATCH] Code Cleanup: ErgFile .. XXX is a suggestion not a TODO. --- src/ErgFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ErgFile.cpp b/src/ErgFile.cpp index 1e43d7828..5fb596b85 100644 --- a/src/ErgFile.cpp +++ b/src/ErgFile.cpp @@ -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();