mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Support for Qollector in Critical Power Plot
is_ride_filename wasn't filtering for qla files.
This commit is contained in:
committed by
Sean Rhea
parent
617f034fa3
commit
f8e9227c99
@@ -68,7 +68,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)$");
|
||||
"_([0-9][0-9])_([0-9][0-9])_([0-9][0-9])\\.(raw|srm|csv|tcx|hrm|wko|qla)$");
|
||||
return (re.exactMatch(filename));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user