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:
@@ -3,7 +3,7 @@
|
||||
// Change rules for scheduler codes dialog
|
||||
//
|
||||
// (C) Copyright Stefan Gabriel <stg@st-gabriel.de>
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <qcombobox.h>
|
||||
#include <qvariant.h>
|
||||
|
||||
#include <schedruleslist.h>
|
||||
#include <rdschedruleslist.h>
|
||||
|
||||
#include "clock_listview.h"
|
||||
|
||||
@@ -38,7 +38,7 @@ class editSchedCodeRules : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
editSchedCodeRules(Q3ListViewItem *item, SchedRulesList *sched_rules_list,
|
||||
editSchedCodeRules(Q3ListViewItem *item, RDSchedRulesList *sched_rules_list,
|
||||
QWidget *parent=0);
|
||||
~editSchedCodeRules();
|
||||
QSize sizeHint() const;
|
||||
|
Reference in New Issue
Block a user