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:
@@ -64,6 +64,18 @@ void ReplConfig::setStationName(const QString &str)
|
||||
}
|
||||
|
||||
|
||||
QString ReplConfig::programCode() const
|
||||
{
|
||||
return repl_program_code;
|
||||
}
|
||||
|
||||
|
||||
void ReplConfig::setProgramCode(const QString &str)
|
||||
{
|
||||
repl_program_code=str;
|
||||
}
|
||||
|
||||
|
||||
QString ReplConfig::description() const
|
||||
{
|
||||
return repl_description;
|
||||
@@ -200,6 +212,7 @@ void ReplConfig::clear()
|
||||
{
|
||||
repl_name="";
|
||||
repl_station_name="";
|
||||
repl_program_code="";
|
||||
repl_description="";
|
||||
repl_format=RDSettings::Pcm16;
|
||||
repl_channels=2;
|
||||
|
Reference in New Issue
Block a user