mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
QT4 compatibility takeAt not removeAt
.. when working with RideMetric QLists.
This commit is contained in:
@@ -372,8 +372,8 @@ class RideMetricFactory {
|
||||
|
||||
metrics.remove(current);
|
||||
dependencyMap.remove(current);
|
||||
metricNames.removeAt(firstUser);
|
||||
metricTypes.removeAt(firstUser);
|
||||
metricNames.takeAt(firstUser);
|
||||
metricTypes.takeAt(firstUser);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user