2018-01-16 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlogedit(1) that broke the 'Clear' button.
This commit is contained in:
Fred Gleason
2018-01-16 11:23:33 -05:00
parent 861d2f25b6
commit 3b1d79484d
3 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class RDLogFilter : public QWidget
private slots:
void filterChangedData(const QString &str);
void filterChangedData();
void filterClearedData();
void serviceChangedData(int n);
protected: