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 {
|
QString ConferenceInfoModel::getDescription() const {
|
||||||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||||
return Utils::coreStringToAppString(mConferenceInfo->getSubject());
|
return Utils::coreStringToAppString(mConferenceInfo->getDescription());
|
||||||
}
|
}
|
||||||
|
|
||||||
QString ConferenceInfoModel::getUri() const {
|
QString ConferenceInfoModel::getUri() const {
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ FocusScope {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: DefaultStyle.grey_100
|
color: DefaultStyle.grey_100
|
||||||
}
|
}
|
||||||
model: TimeZoneProxy{
|
model: TimeZoneProxy {
|
||||||
}
|
}
|
||||||
visible: model.count > 0
|
visible: model.count > 0
|
||||||
onCurrentIndexChanged: {
|
onCurrentIndexChanged: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue