From 1a127d6dc7bc5816f3ca95f7b68e6fe833e8a435 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Mon, 12 Jan 2026 11:49:08 +0100 Subject: [PATCH] fix typo in conference info description getter --- Linphone/model/conference/ConferenceInfoModel.cpp | 2 +- Linphone/view/Page/Form/Meeting/MeetingForm.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Linphone/model/conference/ConferenceInfoModel.cpp b/Linphone/model/conference/ConferenceInfoModel.cpp index 50af52070..65c229a21 100644 --- a/Linphone/model/conference/ConferenceInfoModel.cpp +++ b/Linphone/model/conference/ConferenceInfoModel.cpp @@ -127,7 +127,7 @@ QString ConferenceInfoModel::getOrganizerAddress() const { QString ConferenceInfoModel::getDescription() const { mustBeInLinphoneThread(log().arg(Q_FUNC_INFO)); - return Utils::coreStringToAppString(mConferenceInfo->getSubject()); + return Utils::coreStringToAppString(mConferenceInfo->getDescription()); } QString ConferenceInfoModel::getUri() const { diff --git a/Linphone/view/Page/Form/Meeting/MeetingForm.qml b/Linphone/view/Page/Form/Meeting/MeetingForm.qml index 07adc7110..907dcd90f 100644 --- a/Linphone/view/Page/Form/Meeting/MeetingForm.qml +++ b/Linphone/view/Page/Form/Meeting/MeetingForm.qml @@ -193,7 +193,7 @@ FocusScope { anchors.fill: parent color: DefaultStyle.grey_100 } - model: TimeZoneProxy{ + model: TimeZoneProxy { } visible: model.count > 0 onCurrentIndexChanged: {