fix typo in conference info description getter

This commit is contained in:
Gaelle Braud 2026-01-12 11:49:08 +01:00
parent 0799fe975a
commit 1a127d6dc7
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -193,7 +193,7 @@ FocusScope {
anchors.fill: parent
color: DefaultStyle.grey_100
}
model: TimeZoneProxy{
model: TimeZoneProxy {
}
visible: model.count > 0
onCurrentIndexChanged: {