2018-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added virtual log entries to the 'LOG_MODES' table.
	* Incremented the database version to 280.
	* Added a control for setting vLog start modes to the 'Log Mode
	Control' section of the 'Configure RDAirPlay' dialog in rdadmin(1).
This commit is contained in:
Fred Gleason
2018-05-17 17:28:16 +00:00
parent 4cd5d91b10
commit f26258760d
8 changed files with 113 additions and 14 deletions

View File

@@ -75,6 +75,7 @@ class MainObject : public QObject
void Revert277() const;
void Revert278() const;
void Revert279() const;
void Revert280() const;
int GetVersion() const;
void SetVersion(int schema) const;
int MapSchema(const QString &ver);