mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-02-28 Fred Gleason <fredg@paravelsystems.com>
* Updated rdcatch(1) to eliminate superfluous SQL filter updates. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -38,11 +38,14 @@ class EditPlayout : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditPlayout(int id,std::vector<int> *adds,QString *filter,QWidget *parent=0);
|
||||
EditPlayout(QString *filter,QWidget *parent=0);
|
||||
~EditPlayout();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
public slots:
|
||||
int exec(int id,std::vector<int> *adds);
|
||||
|
||||
private slots:
|
||||
void locationChangedData(const QString &station,int decknum);
|
||||
void selectCutData();
|
||||
|
||||
Reference in New Issue
Block a user