mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2021-01-07 Fred Gleason <fredg@paravelsystems.com>
* Restored support for scheduling cuts by specified order in the 'Edit Cut' dialog in rdlibrary(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -72,8 +72,6 @@ class EditCart : public RDDialog
|
||||
QLineEdit *rdcart_average_length_edit;
|
||||
QLabel *rdcart_forced_length_label;
|
||||
QLineEdit *rdcart_forced_length_ledit;
|
||||
QCheckBox *rdcart_preserve_pitch_button;
|
||||
QLabel *rdcart_preserve_pitch_label;
|
||||
unsigned rdcart_average_length;
|
||||
unsigned rdcart_length_deviation;
|
||||
AudioCart *rdcart_audio_cart;
|
||||
@@ -89,5 +87,4 @@ class EditCart : public RDDialog
|
||||
bool rdcart_profile_rip;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // EDIT_CART_H
|
||||
|
Reference in New Issue
Block a user