mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01:00
2024-08-26 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Select Log' dialog in the voice tracker in rdairplay(1) so as to retain previous service selection across invocations. * Modified the 'Podcast Item List' dialog in rdcastmanager(1) so as to retain previous service selection across invocations. * Modified the 'Edit Log Chain' dialog in rdlogedit(1) so as to retain previous user group selection across invocations. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define EDIT_CHAIN_H
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdlist_logs.h>
|
||||
#include <rdlog_line.h>
|
||||
#include <rdtimeedit.h>
|
||||
|
||||
@@ -52,6 +53,7 @@ class EditChain : public EditEvent
|
||||
QLabel *edit_label_label;
|
||||
QLineEdit *edit_label_edit;
|
||||
QPushButton *edit_select_button;
|
||||
RDListLogs *edit_listlogs_dialog;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user