diff options
Diffstat (limited to 'gui/tests/main.hpp')
| -rw-r--r-- | gui/tests/main.hpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gui/tests/main.hpp b/gui/tests/main.hpp new file mode 100644 index 0000000..6aeda84 --- /dev/null +++ b/gui/tests/main.hpp @@ -0,0 +1,19 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + +#ifndef TURNS_GUI_TESTS_MAIN_HPP +#define TURNS_GUI_TESTS_MAIN_HPP + +#include <adwaitamm/application.hpp> +#include <adwaitamm/applicationwindow.hpp> +#include <glibmm/refptr.h> + +namespace Turns::gui::tests::globals +{ + extern Glib::RefPtr<Adwaita::Application> app; + extern Glib::RefPtr<Adwaita::ApplicationWindow> win; +} // namespace Turns::gui::tests::globals + +#endif
\ No newline at end of file |
