mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Ride Editor XDATA cell delegate
.. mostly just handles the time column.
This commit is contained in:
@@ -224,7 +224,7 @@ XDataTableModel::removeColumns (int , int , const QModelIndex &)
|
||||
void
|
||||
XDataTableModel::setValue(int row, int column, double value)
|
||||
{
|
||||
//ride->command->setPointValue(row, headingsType[column], value);
|
||||
ride->command->setXDataPointValue(xdata, row, column, value);
|
||||
}
|
||||
|
||||
double
|
||||
|
||||
Reference in New Issue
Block a user