mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'setcart' command to rdclilogedit(1) in 'utils/rdclilogedit/rdclilogedit.cpp' and 'utils/rdclilogedit/rdclilogedit.h'.
This commit is contained in:
@@ -45,10 +45,12 @@ class MainObject : public QObject
|
||||
void inputActivatedData(int sock);
|
||||
|
||||
private:
|
||||
void Addcart(int line,unsigned cartnum);
|
||||
void Help(const QStringList &cmds) const;
|
||||
void ListLogs() const;
|
||||
void Load(const QString &logname);
|
||||
void List();
|
||||
void Setcart(int line,unsigned cartnum);
|
||||
void Unload();
|
||||
void DispatchCommand(const QString &cmd);
|
||||
QString ListLine(RDLogEvent *evt,int line) const;
|
||||
|
||||
Reference in New Issue
Block a user