2016-07-20 Fred Gleason <fredg@paravelsystems.com>

* Added a 'remove' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
This commit is contained in:
Fred Gleason
2016-07-20 18:40:10 -04:00
parent 27e3113f27
commit a166e4f731
4 changed files with 37 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ class MainObject : public QObject
void ListLogs() const;
void Load(const QString &logname);
void List();
void Remove(int line);
void Save();
void Saveas(const QString &logname);
void Setcart(int line,unsigned cartnum);