mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix typo in conference info description getter
This commit is contained in:
parent
0799fe975a
commit
1a127d6dc7
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ FocusScope {
|
|||
anchors.fill: parent
|
||||
color: DefaultStyle.grey_100
|
||||
}
|
||||
model: TimeZoneProxy{
|
||||
model: TimeZoneProxy {
|
||||
}
|
||||
visible: model.count > 0
|
||||
onCurrentIndexChanged: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue