mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2024-04-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the PAD subsystem that caused meta-events to be included in the update events. * Refactored the PAD subsystem to use native Qt JSON methods. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#define RDLOGPLAY_H
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QJsonValue>
|
||||
#include <QObject>
|
||||
#include <QSignalMapper>
|
||||
#include <QTimer>
|
||||
@@ -198,9 +201,8 @@ class RDLogPlay : public RDLogModel
|
||||
bool ClearBlock(int start_line);
|
||||
void SendNowNext();
|
||||
void UpdateRestartData();
|
||||
QString GetPadJson(const QString &name,RDLogLine *ll,
|
||||
const QDateTime &start_datetime,int line,int padding,
|
||||
bool final=false) const;
|
||||
QJsonValue GetPadJson(const QString &name,RDLogLine *ll,
|
||||
const QDateTime &start_datetime,int line) const;
|
||||
void LogTraffic(RDLogLine *logline,RDLogLine::PlaySource src,
|
||||
RDAirPlayConf::TrafficAction action,bool onair_flag) const;
|
||||
void DumpToSyslog(int prio_lvl,const QString &hdr) const;
|
||||
|
||||
Reference in New Issue
Block a user