mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 00:51:13 +02:00
2021-08-11 Fred Gleason <fredg@paravelsystems.com>
* Adjusted layout in the event dialogs in rdcatch(1) to be compatible with 12 hour time format. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#define EDIT_UPLOAD_H
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QDateTimeEdit>
|
||||
#include <QGroupBox>
|
||||
#include <QLabel>
|
||||
#include <QSpinBox>
|
||||
@@ -71,14 +70,6 @@ class EditUpload : public RDDialog
|
||||
RDRecording *edit_recording;
|
||||
RDSettings edit_settings;
|
||||
EventWidget *edit_event_widget;
|
||||
/*
|
||||
QCheckBox *edit_active_button;
|
||||
QLabel *edit_active_label;
|
||||
QLabel *edit_station_label;
|
||||
RDComboBox *edit_station_box;
|
||||
QLabel *edit_starttime_label;
|
||||
QTimeEdit *edit_starttime_edit;
|
||||
*/
|
||||
QLabel *edit_feed_label;
|
||||
QComboBox *edit_feed_box;
|
||||
RDFeedListModel *edit_feed_model;
|
||||
|
Reference in New Issue
Block a user