mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'settime' command to rdclilogedit(1). * Added a 'setmarker' command to rdclilogedit(1). * Added a 'settrack' command to rdclilogedit(1).
This commit is contained in:
@@ -47,6 +47,9 @@ class MainObject : public QObject
|
||||
|
||||
private:
|
||||
void Addcart(int line,unsigned cartnum);
|
||||
void Addchain(int line,const QString &logname);
|
||||
void Addmarker(int line);
|
||||
void Addtrack(int line);
|
||||
void Help(const QStringList &cmds) const;
|
||||
void ListLogs() const;
|
||||
void Load(const QString &logname);
|
||||
|
||||
Reference in New Issue
Block a user