2018-07-03 Fred Gleason <fredg@paravelsystems.com>

* Added a 'LOG_LINES' table to the database.
	* Incremented the database version to 288.
	* Removed the 'RDLog::tableName()' method.
This commit is contained in:
Fred Gleason
2018-07-03 12:32:41 -04:00
parent 913e27c304
commit 300aebdc04
28 changed files with 931 additions and 168 deletions

View File

@@ -64,7 +64,7 @@ class RDLogPlay : public QObject,public RDLogEvent
bool channelsValid() const;
RDAirPlayConf::OpMode mode() const;
void setOpMode(RDAirPlayConf::OpMode mode);
void setLogName(QString name);
// void setLogName(QString name);
void setChannels(int cards[2],int ports[2],
const QString start_rml[2],const QString stop_rml[2]);
void setSegueLength(int len);