mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 08:35:48 +01:00
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Implemented a 'deletelog' command for rdclilogedit(1).
This commit is contained in:
@@ -48,6 +48,7 @@ class MainObject : public QObject
|
||||
void Addchain(int line,const QString &logname);
|
||||
void Addmarker(int line);
|
||||
void Addtrack(int line);
|
||||
void Deletelog(QString logname);
|
||||
void Header() const;
|
||||
void Help(const QStringList &cmds) const;
|
||||
void List();
|
||||
@@ -87,6 +88,7 @@ class MainObject : public QObject
|
||||
QDate edit_purge_date;
|
||||
bool edit_auto_refresh;
|
||||
RDUser *edit_user;
|
||||
RDStation *edit_station;
|
||||
RDRipc *edit_ripc;
|
||||
RDAirPlayConf *edit_airplay_conf;
|
||||
RDConfig *edit_config;
|
||||
|
||||
Reference in New Issue
Block a user