2018-07-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdadmin(1) that caused the Audio Resources list
	to be mal-formatted.
	* Fixed a bug in rdcatch(1) that caused Record and Playout events
	to be saved to the incorrect Location.
This commit is contained in:
Fred Gleason
2018-07-17 18:57:07 +00:00
parent 1ad82fc6a5
commit 291dfc4d06
6 changed files with 66 additions and 38 deletions

View File

@@ -59,6 +59,7 @@ class EditPlayout : public QDialog
private:
void PopulateDecks(QComboBox *box);
void Save();
QString GetLocation(int *chan) const;
RDDeck *edit_deck;
RDRecording *edit_recording;
QCheckBox *edit_active_button;