mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'utils/rdclilogedit/operations.cpp' where attempting to load a log with mismatched case in the name would generate a SQL error.
This commit is contained in:
@@ -53,7 +53,7 @@ class MainObject : public QObject
|
||||
void List();
|
||||
void ListLogs() const;
|
||||
void Listservices() const;
|
||||
void Load(const QString &logname);
|
||||
void Load(QString logname);
|
||||
void New(const QString &logname);
|
||||
void Remove(int line);
|
||||
void Save();
|
||||
|
||||
Reference in New Issue
Block a user