diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-17 14:25:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-17 14:25:45 +0530 |
| commit | 98f3281256e6ff435c67d83c6895fff5841b70be (patch) | |
| tree | 6b05a448b8d049de130ac7dbe24baef0e7a1fc81 /spec/testUtils.h | |
| parent | b16d38df05cd80aac209f42bfcb47971c62227e6 (diff) | |
| download | null-browser-98f3281256e6ff435c67d83c6895fff5841b70be.tar.gz null-browser-98f3281256e6ff435c67d83c6895fff5841b70be.zip | |
Use view for filtering window actions + window action router spec
Diffstat (limited to 'spec/testUtils.h')
| -rw-r--r-- | spec/testUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QtTest/QtTest> #include <QtTest/qtestcase.h> #include <cstdio> +#include <qmainwindow.h> #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); |
