QT4 compatibility takeAt not removeAt

.. when working with RideMetric QLists.
This commit is contained in:
Mark Liversedge
2015-12-18 14:28:08 +00:00
parent 0f12872e6f
commit ae9c2b15f4

View File

@@ -372,8 +372,8 @@ class RideMetricFactory {
metrics.remove(current);
dependencyMap.remove(current);
metricNames.removeAt(firstUser);
metricTypes.removeAt(firstUser);
metricNames.takeAt(firstUser);
metricTypes.takeAt(firstUser);
}
}
}