From fc10974343701fd446bb174e991589de3a75d5e4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Apr 2022 22:04:50 +0200 Subject: Filter --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 05474f2..3588a19 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -45,6 +45,7 @@ public: public slots: // void updateDocumentStatus(bool changed); void itemChanged(int row); + void filterChanged(const QString& text); private: void readDatabase(); -- cgit v1.2.3