mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23,15 +23,16 @@
|
||||
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QDateTimeEdit>
|
||||
#include <QLabel>
|
||||
#include <QSpinBox>
|
||||
|
||||
#include <rdcombobox.h>
|
||||
#include <rdcut_dialog.h>
|
||||
#include <rddeck.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdrecording.h>
|
||||
#include <rdstationlistmodel.h>
|
||||
|
||||
class EditDownload : public RDDialog
|
||||
{
|
||||
@@ -63,7 +64,8 @@ class EditDownload : public RDDialog
|
||||
RDCutDialog *edit_cut_dialog;
|
||||
RDRecording *edit_recording;
|
||||
QCheckBox *edit_active_button;
|
||||
QComboBox *edit_station_box;
|
||||
RDComboBox *edit_station_box;
|
||||
RDStationListModel *edit_station_model;
|
||||
QTimeEdit *edit_starttime_edit;
|
||||
QLineEdit *edit_description_edit;
|
||||
QLineEdit *edit_url_edit;
|
||||
|
||||
Reference in New Issue
Block a user