From 7d2cf8d30566c49a206fff8ef1c656f6ff97f4a7 Mon Sep 17 00:00:00 2001 From: Jamie Kimberley Date: Wed, 28 Oct 2009 19:40:25 -0400 Subject: [PATCH] Add support for 3dp comutrainer files in the cp plot --- src/CpintPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CpintPlot.cpp b/src/CpintPlot.cpp index 5d2568cd4..8f2a8af6e 100644 --- a/src/CpintPlot.cpp +++ b/src/CpintPlot.cpp @@ -69,7 +69,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|wko|qla)$"); + "_([0-9][0-9])_([0-9][0-9])_([0-9][0-9])\\.(raw|srm|csv|tcx|hrm|wko|qla|3dp)$"); return (re.exactMatch(filename)); }