diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 15:55:30 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 15:55:30 +0200 |
| commit | 873bf396b904ce477a238f22d1891e1b03f24eff (patch) | |
| tree | 3b1906644e032a94ce7968851e98349e4acb9501 /ui/tests/windows/resources.cpp | |
| parent | e84e5e463ce9fc735e9a9d8e03da884d3babb71b (diff) | |
| download | turns-873bf396b904ce477a238f22d1891e1b03f24eff.tar.xz turns-873bf396b904ce477a238f22d1891e1b03f24eff.zip | |
ui: convert editor into a template_widget
Diffstat (limited to 'ui/tests/windows/resources.cpp')
| -rw-r--r-- | ui/tests/windows/resources.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/tests/windows/resources.cpp b/ui/tests/windows/resources.cpp index b9ac42e..022f3c4 100644 --- a/ui/tests/windows/resources.cpp +++ b/ui/tests/windows/resources.cpp @@ -12,13 +12,3 @@ TEST_CASE("GResource for tracker") REQUIRE(builder); } } - -TEST_CASE("GResource for participant_editor") -{ - auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/participant_editor.ui"); - - SECTION("can create Gtk.Builder for the participant_editor window UI definition") - { - REQUIRE(builder); - } -}
\ No newline at end of file |
