[network/ruqola] src/widgets/room: Fix typo
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c6351beea85359523532197996f5d83496bcc84b by Laurent Montel.
Committed on 13/08/2026 at 16:48.
Pushed by mlaurent into branch 'master'.
Fix typo
M +1 -1 src/widgets/room/roomwidget.cpp
https://invent.kde.org/network/ruqola/-/commit/c6351beea85359523532197996f5d83496bcc84b
diff --git a/src/widgets/room/roomwidget.cpp b/src/widgets/room/roomwidget.cpp
index 120c5863e9..270ea3fe81 100644
--- a/src/widgets/room/roomwidget.cpp
+++ b/src/widgets/room/roomwidget.cpp
@@ -669,7 +669,7 @@ void RoomWidget::slotCallRequested()
}
});
if (!job->start()) {
- qCWarning(RUQOLAWIDGETS_LOG) << "Impossible to start VideoConferenceCapabilitiesJob job";
+ qCWarning(RUQOLAWIDGETS_LOG) << "Impossible to start VideoConferenceStartJob job";
}
}
delete dlg;