mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2019-01-07 Fred Gleason <fredg@paravelsystems.com>
* Removed 'apis/rlm/'. * Removed the 'Edit Now & Next' button from the 'Configure RDAirPlay' dialog in rdadmin(1). * Removed RLM support from rdairplay(1) and rdvairplayd(8). * Removed v1.x legacy PAD update support from rdairplay(1). * Dropped the 'NOWNEXT_PLUGINS' table from the database. * Dropped the 'LOG_MACHINES.UDP_ADDR' field from the database. * Dropped the 'LOG_MACHINES.UDP_PORT' field from the database. * Dropped the 'LOG_MACHINES.UDP_STRING' field from the database. * Dropped the 'LOG_MACHINES.LOG_RML' field from the database. * Incremented the database version to 305.
This commit is contained in:
@@ -129,14 +129,6 @@ class RDAirPlayConf
|
||||
void setDescriptionTemplate(const QString &str);
|
||||
bool hourSelectorEnabled() const;
|
||||
void setHourSelectorEnabled(bool state) const;
|
||||
QHostAddress udpAddress(int logno) const;
|
||||
void setUdpAddress(int logno,QHostAddress addr) const;
|
||||
Q_UINT16 udpPort(int logno) const;
|
||||
void setUdpPort(int logno,Q_UINT16 port) const;
|
||||
QString udpString(int logno) const;
|
||||
void setUdpString(int logno,const QString &str) const;
|
||||
QString logRml(int logno) const;
|
||||
void setLogRml(int logno,const QString &str) const;
|
||||
RDAirPlayConf::ExitCode exitCode() const;
|
||||
void setExitCode(RDAirPlayConf::ExitCode code) const;
|
||||
RDAirPlayConf::ExitCode virtualExitCode() const;
|
||||
|
||||
Reference in New Issue
Block a user