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:
@@ -22,13 +22,14 @@
|
||||
#define EDIT_PLAYOUT_H
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QDateTimeEdit>
|
||||
|
||||
#include <rdcombobox.h>
|
||||
#include <rdcut_dialog.h>
|
||||
#include <rddeck.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdrecording.h>
|
||||
#include <rdstationlistmodel.h>
|
||||
|
||||
class EditPlayout : public RDDialog
|
||||
{
|
||||
@@ -58,7 +59,8 @@ class EditPlayout : 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;
|
||||
QString edit_cutname;
|
||||
|
||||
Reference in New Issue
Block a user