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:
Fred Gleason
2018-05-17 22:43:47 +00:00
parent f16ff0800b
commit f36547aab5
10 changed files with 225 additions and 108 deletions

View File

@@ -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;