From 37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 13 Jul 2024 23:07:15 +0200 Subject: app: switch to Adw.Application --- res/tests/windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/tests') diff --git a/res/tests/windows.cpp b/res/tests/windows.cpp index 9daab51..20063ad 100644 --- a/res/tests/windows.cpp +++ b/res/tests/windows.cpp @@ -4,7 +4,7 @@ TEST_CASE("GResource for main_window") { - auto builder = Gtk::Builder::create_from_resource("/turns/windows/main_window.ui"); + auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main_window.ui"); SECTION("can create Gtk.Builder for the main window UI definition") { -- cgit v1.2.3