mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Remove qml keyword that was introduced in Qt 5.15
This commit is contained in:
parent
b84b12abf3
commit
b52b1ff16f
2 changed files with 7 additions and 2 deletions
|
|
@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue