From 83649b5d52c1e9e56cf1fc4e5f5ab42b7508ad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 5 Feb 2018 01:40:38 +0100 Subject: NOISSUE implement basic search in Other Logs page --- application/pages/OtherLogsPage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/pages/OtherLogsPage.h') diff --git a/application/pages/OtherLogsPage.h b/application/pages/OtherLogsPage.h index 9ccf964f..462fa62b 100644 --- a/application/pages/OtherLogsPage.h +++ b/application/pages/OtherLogsPage.h @@ -64,6 +64,11 @@ private slots: void on_btnDelete_clicked(); void on_btnClean_clicked(); + void on_findButton_clicked(); + void findActivated(); + void findNextActivated(); + void findPreviousActivated(); + private: void setControlsEnabled(const bool enabled); -- cgit v1.2.3