diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 11:53:44 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 11:53:44 +0200 |
| commit | fc0e1c607f2145415e6af409ec566a0fe34481cd (patch) | |
| tree | f958db8fc4428ff3c8bd10719756a3684980f00a /ui/tests/gtk_test_init.cpp | |
| parent | 6b839ff6e2cf8a2b0e885a16e6876415f5ba1425 (diff) | |
| download | turns-fc0e1c607f2145415e6af409ec566a0fe34481cd.tar.xz turns-fc0e1c607f2145415e6af409ec566a0fe34481cd.zip | |
ui: add missing adw wrapper init to tests
Diffstat (limited to 'ui/tests/gtk_test_init.cpp')
| -rw-r--r-- | ui/tests/gtk_test_init.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tests/gtk_test_init.cpp b/ui/tests/gtk_test_init.cpp index 4bf4303..1509569 100644 --- a/ui/tests/gtk_test_init.cpp +++ b/ui/tests/gtk_test_init.cpp @@ -1,3 +1,4 @@ +#include "turns/adw/wrap_init.hpp" #include "turns/core/init.hpp" #include "turns/ui/init.hpp" @@ -28,7 +29,7 @@ namespace turns::ui::tests textdomain("turns"); Gtk::init_gtkmm_internals(); - adw_init(); + turns::adw::wrap_init(); core::register_types(); ui::register_types(); |
