mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: don't use 'required' qml keyword
Support Qt versions less than 5.15. This is not a good idea. Something is wrong with package deployment. Change-Id: Idc3daef154f7994f8e5ca089a3a0c6fe4d97dacf
This commit is contained in:
parent
d6300c2fd3
commit
e49e7805e7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Item {
|
|||
|
||||
property bool isPreviewing: false
|
||||
property alias imageId: avatar.imageId
|
||||
required property real avatarSize
|
||||
property real avatarSize
|
||||
|
||||
signal focusOnPreviousItem
|
||||
signal focusOnNextItem
|
||||
|
|
Loading…
Add table
Reference in a new issue