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

* Added an 'ELR_LINES' table to the database.
	* Incremented the database version to 289.
	* Removed the 'RDSvc::serviceTableName()' method.
This commit is contained in:
Fred Gleason
2018-07-05 08:52:38 -04:00
parent 300aebdc04
commit db70aa4550
32 changed files with 631 additions and 392 deletions

View File

@@ -105,7 +105,6 @@ class RDSvc : public QObject
static void remove(const QString &name);
static bool exists(const QString &name);
static QString timeString(int hour,int secs);
static QString svcTableName(const QString &svc_name);
signals:
void generationProgress(int step);