mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-02-05 Fred Gleason <fredg@paravelsystems.com>
* Added a 'REPLICATORS.PROGRAM_CODE' field to the database. * Incremented the database version to 372. * Added 'RDReplicator::programCode()' and 'RDReplicator::setProgramCode()' methods. * Added a 'Program Code' control to the 'Rivendell Replicators' dialog in rdadmin(1). * Renamed the 'Citadel X-Digital Portal' replicator to 'X-Digital National ISCI Model'. * Added a 'X-Digital Cue Model' replicator. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,6 +36,8 @@ class ReplConfig
|
||||
void setName(const QString &str);
|
||||
QString stationName() const;
|
||||
void setStationName(const QString &str);
|
||||
QString programCode() const;
|
||||
void setProgramCode(const QString &str);
|
||||
QString description() const;
|
||||
void setDescription(const QString &str);
|
||||
RDSettings::Format format() const;
|
||||
@@ -64,6 +66,7 @@ class ReplConfig
|
||||
QString repl_name;
|
||||
RDReplicator::Type repl_type;
|
||||
QString repl_station_name;
|
||||
QString repl_program_code;
|
||||
QString repl_description;
|
||||
RDSettings::Format repl_format;
|
||||
unsigned repl_channels;
|
||||
|
Reference in New Issue
Block a user