mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2018-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDAIRPLAY.VIRTUAL_EXIT_CODE' field to the database. * Incremented the database version to 281. * Added 'RDAirPlayConf::virtualExitCode()' and 'RDAirPlayConf::setVirtualExitCode()' methods. * Implemented Start/Stop settings for vlogs.
This commit is contained in:
@@ -139,6 +139,8 @@ class RDAirPlayConf
|
||||
void setLogRml(int logno,const QString &str) const;
|
||||
RDAirPlayConf::ExitCode exitCode() const;
|
||||
void setExitCode(RDAirPlayConf::ExitCode code) const;
|
||||
RDAirPlayConf::ExitCode virtualExitCode() const;
|
||||
void setVirtualExitCode(RDAirPlayConf::ExitCode code) const;
|
||||
bool exitPasswordValid(const QString &passwd) const;
|
||||
void setExitPassword(const QString &passwd) const;
|
||||
QString skinPath() const;
|
||||
|
||||
Reference in New Issue
Block a user