2017-01-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'rdlogedit/edit_log.cpp' that caused a change
	to the Auto Refresh flag to fail to be saved.
This commit is contained in:
Fred Gleason
2017-01-18 13:58:52 -05:00
parent 15f3da11d4
commit 59afec0a59
3 changed files with 12 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ class EditLog : public QDialog
void selectPurgeDateData();
void serviceActivatedData(const QString &svcname);
void dateValueChangedData(const QDate &);
void autorefreshChangedData(int index);
void startDateEnabledData(bool);
void endDateEnabledData(bool);
void insertCartButtonData();