mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2022-03-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that could create duplicate Scheduler Code entries when using the '--to-cart' and '--add-scheduler-code' switches simultaneously. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell Cart
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 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
|
||||
@@ -65,7 +65,7 @@ class RDCart
|
||||
QString schedCodes() const;
|
||||
void setSchedCodes(const QString &sched_codes) const;
|
||||
QStringList schedCodesList() const;
|
||||
void setSchedCodesList(const QStringList &codes) const;
|
||||
void setSchedCodesList(QStringList codes) const;
|
||||
void addSchedCode(const QString &code) const;
|
||||
void removeSchedCode(const QString &code) const;
|
||||
void updateSchedCodes(const QString &add_codes,
|
||||
|
Reference in New Issue
Block a user