From d2efc7594887f1a87e90834c77dc280b09714384 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Tue, 25 Aug 2009 14:20:27 +0100 Subject: [PATCH] Added WKO RideNotes, applied style guide, fixed CP calc, check version of file --- src/CpintPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CpintPlot.cpp b/src/CpintPlot.cpp index 8cc67291b..7445d3e6b 100644 --- a/src/CpintPlot.cpp +++ b/src/CpintPlot.cpp @@ -67,7 +67,7 @@ bool is_ride_filename(const QString filename) { QRegExp re("^([0-9][0-9][0-9][0-9])_([0-9][0-9])_([0-9][0-9])" - "_([0-9][0-9])_([0-9][0-9])_([0-9][0-9])\\.(raw|srm|csv|tcx|hrm)$"); + "_([0-9][0-9])_([0-9][0-9])_([0-9][0-9])\\.(raw|srm|csv|tcx|hrm|wko)$"); return (re.exactMatch(filename)); }