began work setting several timings to use rational rather than long/double
This commit is contained in:
@@ -62,7 +62,7 @@ QWidget *ComboField::CreateWidget(QWidget *existing)
|
||||
return cb;
|
||||
}
|
||||
|
||||
void ComboField::UpdateWidgetValue(QWidget *widget, double timecode)
|
||||
void ComboField::UpdateWidgetValue(QWidget *widget, const rational &timecode)
|
||||
{
|
||||
QVariant data = GetValueAt(timecode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user