mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-15 09:06:21 +01:00
2018-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added an 'IMPORTER_LINES' table to the database. * Incremented the database version to 295. * Refactored the log importer code to use the static 'IMPORTER_LINES' table.
This commit is contained in:
@@ -23,14 +23,13 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qsqldatabase.h>
|
||||
|
||||
#include <rdevent_line.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
class RDClock
|
||||
{
|
||||
public:
|
||||
RDClock();
|
||||
RDClock(RDStation *station);
|
||||
QString name() const;
|
||||
void setName(const QString &name);
|
||||
QString shortName() const;
|
||||
@@ -64,6 +63,7 @@ class RDClock
|
||||
std::vector<RDEventLine> clock_events;
|
||||
unsigned artistsep;
|
||||
bool rules_modified;
|
||||
RDStation *clock_station;
|
||||
};
|
||||
|
||||
#endif // RDCLOCK_H
|
||||
|
||||
Reference in New Issue
Block a user