mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2021-08-31 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Enable Now & Next' checkbox from the 'Edit Group' dialog in rdadmin(1). * Removed the 'RDGroup::enableNowNext()' and 'RDGroup::setEnableNowNext()' methods. * Removed the 'RDLogLine::nowNextEnabled()' and 'RDLogLine::setNowNextEnabled()' methods. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -52,8 +52,6 @@ class RDGroup
|
||||
void setEnforceCartRange(bool state) const;
|
||||
bool exportReport(ExportType type) const;
|
||||
void setExportReport(ExportType type,bool state) const;
|
||||
bool enableNowNext() const;
|
||||
void setEnableNowNext(bool state) const;
|
||||
QColor color() const;
|
||||
void setColor(const QColor &color);
|
||||
QString notifyEmailAddress() const;
|
||||
|
Reference in New Issue
Block a user