Skip to content
Snippets Groups Projects
Commit e49e7805 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

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
parent d6300c2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment