From febdf8b4a7d5f5d578c678f6da1ac871f9b68bab Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 20 Jan 2023 15:12:12 +0100 Subject: [PATCH] Remove qml keyword that was introduced in Qt 5.15 --- CHANGELOG.md | 7 ++++++- linphone-app/ui/views/App/Main/Recordings.qml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d3ee2f1..4d4756fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VFS Encryption - File viewer in chats (Image/Animated Image/Video/Texts) with the option to export the file. -## 5.0.7 - undefined +## 5.0.8 - 2023-01-20 + +### Fixed +- Qt 5.12 compatibility on recordings. + +## 5.0.7 - 2023-01-19 ### Added - Interactive preview in call: diff --git a/linphone-app/ui/views/App/Main/Recordings.qml b/linphone-app/ui/views/App/Main/Recordings.qml index 714dbb31f..749d91463 100644 --- a/linphone-app/ui/views/App/Main/Recordings.qml +++ b/linphone-app/ui/views/App/Main/Recordings.qml @@ -36,7 +36,7 @@ Item { id: sectionHeading Form { anchors.rightMargin : 10 - required property string section + //required property string section // Only for > Qt 5.15 title: section width: parent.width height: 30