mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2020-06-19 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Edit Event' dialog in rdlogmanager(1) to show '[auto]' as the transition type for the leading event in Pre-/Post-Import lists. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -68,7 +68,6 @@ class EditEvent : public RDDialog
|
||||
void autofillToggledData(bool);
|
||||
void autofillWarnToggledData(bool);
|
||||
void importClickedData(int);
|
||||
void preimportChangedData(int size);
|
||||
void preimportLengthChangedData(int msecs);
|
||||
void preimportUpData();
|
||||
void preimportDownData();
|
||||
@@ -81,6 +80,7 @@ class EditEvent : public RDDialog
|
||||
void saveAsData();
|
||||
void svcData();
|
||||
void colorData();
|
||||
void validate();
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
@@ -90,7 +90,6 @@ class EditEvent : public RDDialog
|
||||
|
||||
private:
|
||||
void RefreshLibrary();
|
||||
void SetPostTransition();
|
||||
void Save();
|
||||
void CopyEventPerms(QString old_name,QString new_name);
|
||||
void AbandonEvent(QString name);
|
||||
|
Reference in New Issue
Block a user