From e49e7805e70cd847b4237ff08fd1e81f415879ce Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Mon, 16 Aug 2021 11:05:06 -0400
Subject: [PATCH] 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
---
 src/commoncomponents/PhotoboothView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/commoncomponents/PhotoboothView.qml b/src/commoncomponents/PhotoboothView.qml
index a0496e603..df5660a79 100644
--- a/src/commoncomponents/PhotoboothView.qml
+++ b/src/commoncomponents/PhotoboothView.qml
@@ -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
-- 
GitLab