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:
Fred Gleason
2016-07-22 13:23:01 -04:00
parent f92e2ea142
commit d4e2b65796
3 changed files with 24 additions and 2 deletions

View File

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