mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-10-27 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Add Clock' dialog in rdlogmanager(1) to allow specification of the clock code as well as name. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#ifndef EDIT_CLOCK_H
|
||||
#define EDIT_CLOCK_H
|
||||
|
||||
#include <QStringList>
|
||||
#include <QTextEdit>
|
||||
|
||||
#include <rdclockmodel.h>
|
||||
@@ -40,7 +41,7 @@ class EditClock : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditClock(QString clockname,bool new_clock,std::vector<QString> *new_clocks,
|
||||
EditClock(QString clockname,bool new_clock,QStringList *new_clocks,
|
||||
QWidget *parent=0);
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
@@ -88,7 +89,7 @@ class EditClock : public RDDialog
|
||||
bool edit_modified;
|
||||
QString edit_name;
|
||||
bool edit_new_clock;
|
||||
std::vector<QString> *edit_new_clocks;
|
||||
QStringList *edit_new_clocks;
|
||||
RDSchedRulesList* sched_rules_list;
|
||||
QTextEdit *edit_remarks_edit;
|
||||
};
|
||||
|
Reference in New Issue
Block a user