summaryrefslogtreecommitdiff
path: root/gui/tests/participant_editor.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-06-08 12:19:45 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-06-08 12:19:45 +0200
commit0c5b0e03345d31406963e8ed8348a8c77ebe6352 (patch)
treea5ceb9754f779912f3b9ca536a442de793285e56 /gui/tests/participant_editor.cpp
parentf50ec041a0f6fa036305ab5d5bdbdb9116b48024 (diff)
downloadturns-0c5b0e03345d31406963e8ed8348a8c77ebe6352.tar.xz
turns-0c5b0e03345d31406963e8ed8348a8c77ebe6352.zip
gui: fix test compilation errors
Diffstat (limited to 'gui/tests/participant_editor.cpp')
-rw-r--r--gui/tests/participant_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tests/participant_editor.cpp b/gui/tests/participant_editor.cpp
index 3efa112..8f6f7d3 100644
--- a/gui/tests/participant_editor.cpp
+++ b/gui/tests/participant_editor.cpp
@@ -180,6 +180,7 @@ namespace Turns::gui::tests
}
}
}
+}
// auto participant = Participant::create(default_name, default_priority, default_disposition);
// auto instance = std::make_shared<ParticipantEditor>(nullptr);