From 0e95e99e72237058465959d55b77750a9d7c1bef Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 19 Apr 2025 17:56:03 +0530 Subject: Add web.search and search text implemnetation --- src/WindowActionRouter.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WindowActionRouter.hpp') diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp index 17b935f..c1e6ecc 100644 --- a/src/WindowActionRouter.hpp +++ b/src/WindowActionRouter.hpp @@ -54,4 +54,5 @@ private: Configuration *configuration; EventQueue event_queue; + QString current_search_text; }; -- cgit v1.3.1