From 98f3281256e6ff435c67d83c6895fff5841b70be Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 17 Aug 2025 14:25:45 +0530 Subject: Use view for filtering window actions + window action router spec --- spec/testUtils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/testUtils.h') diff --git a/spec/testUtils.h b/spec/testUtils.h index 392f0bb..f000c5e 100644 --- a/spec/testUtils.h +++ b/spec/testUtils.h @@ -3,6 +3,7 @@ #include #include #include +#include #define NOT ! @@ -50,3 +51,4 @@ int run_lua_tests(); }; bool wait_for_lua_to_be_true(QString lua_code); +void activate_window(QMainWindow *win); -- cgit v1.3.1