mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02: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:
@@ -31,7 +31,7 @@
|
||||
#include <q3textedit.h>
|
||||
|
||||
#include <rdclock.h>
|
||||
#include <schedruleslist.h>
|
||||
#include <rdschedruleslist.h>
|
||||
|
||||
#include "clock_listview.h"
|
||||
|
||||
@@ -93,7 +93,7 @@ class EditClock : public QDialog
|
||||
QString edit_name;
|
||||
bool edit_new_clock;
|
||||
std::vector<QString> *edit_new_clocks;
|
||||
SchedRulesList* sched_rules_list;
|
||||
RDSchedRulesList* sched_rules_list;
|
||||
Q3TextEdit *edit_remarks_edit;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user