2022-11-15 Fred Gleason <fredg@paravelsystems.com>

* Added a check for conflicting events to the 'Edit Playout' dialog
	in rdcatch(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-15 12:34:10 -05:00
parent 63841a4bf8
commit 520cd9a483
3 changed files with 91 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell RDCatch Playout
//
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>/
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>/
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -60,6 +60,7 @@ class EditPlayout : public RDDialog
private:
void Save();
bool CheckEvent(bool include_myself);
RDDeck *edit_deck;
RDCutDialog *edit_cut_dialog;
RDRecording *edit_recording;