mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Forgot wpk
This commit is contained in:
@@ -127,7 +127,7 @@ void Leaf::validateFilter(DataFilter *df, Leaf *leaf)
|
||||
case Leaf::Function :
|
||||
{
|
||||
// is the symbol valid?
|
||||
QRegExp bestValidSymbols("^(power|hr|cadence|speed|torque|vam|xpower|np)$", Qt::CaseInsensitive);
|
||||
QRegExp bestValidSymbols("^(power|hr|cadence|speed|torque|vam|xpower|np|wpk)$", Qt::CaseInsensitive);
|
||||
QRegExp tizValidSymbols("^(power|hr)$", Qt::CaseInsensitive);
|
||||
QString symbol = *(leaf->series->lvalue.n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user