summaryrefslogtreecommitdiff
path: root/app/tests/windows/main.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:07:15 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-13 23:08:27 +0200
commit37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9 (patch)
tree89bd791aeae49fbb91acdfeca0e3e057cbe9f889 /app/tests/windows/main.cpp
parent7fed739bece80b26e4f7bb75fab91f90ef3a44ea (diff)
downloadturns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.tar.xz
turns-37e22df7fb942dbe6dbcc39ed161ee9336e8f0d9.zip
app: switch to Adw.Application
Diffstat (limited to 'app/tests/windows/main.cpp')
-rw-r--r--app/tests/windows/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/windows/main.cpp b/app/tests/windows/main.cpp
index b6e1122..fa340be 100644
--- a/app/tests/windows/main.cpp
+++ b/app/tests/windows/main.cpp
@@ -25,7 +25,7 @@ namespace turns::app::windows::tests
auto locale = GENERATE("en_US.UTF-8", "de_CH.UTF-8");
setlocale(LC_ALL, locale);
- 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");
auto instance = Gtk::Builder::get_widget_derived<main>(builder, "main_window");
SECTION("construction via builder succeeds")