mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2019-04-23 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STACK_SCHED_CODES' table to the database. * Dropped the 'STACK_LINES.SCHED_CODES' field from the database. * Incremented the database version to 308. * Renamed the 'SchedCartList' class to 'RDSchedCartList' and refactored it to be idiomatic Qt. * Renamed the 'SchedRulesList' class to 'RDSchedRulesList'.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <qvariant.h>
|
||||
|
||||
#include <rdlistview.h>
|
||||
#include <schedruleslist.h>
|
||||
#include <rdschedruleslist.h>
|
||||
|
||||
class QSpinBox;
|
||||
|
||||
@@ -38,7 +38,7 @@ class EditSchedRules : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditSchedRules(QString clock,unsigned *artistsep,
|
||||
SchedRulesList *schedruleslist,bool *rules_modified,
|
||||
RDSchedRulesList *schedruleslist,bool *rules_modified,
|
||||
QWidget *parent=0);
|
||||
~EditSchedRules();
|
||||
QSize sizeHint() const;
|
||||
@@ -63,7 +63,7 @@ class EditSchedRules : public QDialog
|
||||
QString clockname;
|
||||
unsigned* edit_artistsep;
|
||||
bool* edit_rules_modified;
|
||||
SchedRulesList* sched_rules_list;
|
||||
RDSchedRulesList* sched_rules_list;
|
||||
bool edit_modified;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user