mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +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,12 +31,11 @@
|
||||
#include <qcombobox.h>
|
||||
|
||||
#include <rd.h>
|
||||
#include <schedruleslist.h>
|
||||
|
||||
#include "edit_schedcoderules.h"
|
||||
|
||||
editSchedCodeRules::editSchedCodeRules(Q3ListViewItem *item,
|
||||
SchedRulesList *sched_rules_list,
|
||||
RDSchedRulesList *sched_rules_list,
|
||||
QWidget* parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user