mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-12-27 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDLogEvent' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell Log
|
||||
//
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -22,7 +22,7 @@
|
||||
#define RDLOG_H
|
||||
|
||||
#include <rdconfig.h>
|
||||
#include <rdlog_event.h>
|
||||
#include <rdlogmodel.h>
|
||||
#include <rduser.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
@@ -76,7 +76,7 @@ class RDLog
|
||||
bool remove(RDStation *station,RDUser *user,RDConfig *config) const;
|
||||
void updateTracks();
|
||||
int removeTracks(RDStation *station,RDUser *user,RDConfig *config) const;
|
||||
RDLogEvent *createLogEvent() const;
|
||||
RDLogModel *createLogEvent() const;
|
||||
QString xml() const;
|
||||
static bool create(const QString &name,const QString &svc_name,
|
||||
const QDate &air_date,const QString &user_name,
|
||||
|
Reference in New Issue
Block a user