mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2015-01-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogmanager/editschedrules.cpp' and 'rdlogmanager/editschedrules.h' that caused scheduling rule data to be corrupt if the rules list was resorted [GitHub issue #000054].
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <qlistview.h>
|
||||
#include <qvariant.h>
|
||||
|
||||
#include <rdlistview.h>
|
||||
|
||||
#include <schedruleslist.h>
|
||||
|
||||
class QSpinBox;
|
||||
@@ -38,7 +40,9 @@ class EditSchedRules : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditSchedRules(QString clock,unsigned *artistsep,SchedRulesList *schedruleslist,bool *rules_modified,QWidget *parent=0,const char *name=0);
|
||||
EditSchedRules(QString clock,unsigned *artistsep,
|
||||
SchedRulesList *schedruleslist,bool *rules_modified,
|
||||
QWidget *parent=0);
|
||||
~EditSchedRules();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
@@ -58,7 +62,7 @@ class EditSchedRules : public QDialog
|
||||
void Close();
|
||||
QLabel* artistSepLabel;
|
||||
QSpinBox* artistSepSpinBox;
|
||||
QListView *list_schedCodes_view;
|
||||
RDListView *list_schedCodes_view;
|
||||
QString clockname;
|
||||
unsigned* edit_artistsep;
|
||||
bool* edit_rules_modified;
|
||||
|
||||
Reference in New Issue
Block a user