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:
Fred Gleason
2016-07-21 14:21:25 -04:00
parent c388bda77b
commit 2af6845d6e
6 changed files with 348 additions and 187 deletions

View File

@@ -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);