From 4766d01ead8d10007e77b7628e2e729fc9f2b354 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 19 Dec 2024 01:05:12 +0100 Subject: [PATCH] Add ComponentBehavior QML pragma --- src/ErrorNotification.qml | 1 + src/Main.qml | 1 + src/SelectableLabel.qml | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ErrorNotification.qml b/src/ErrorNotification.qml index 7e5d3d7..ced2020 100644 --- a/src/ErrorNotification.qml +++ b/src/ErrorNotification.qml @@ -1,3 +1,4 @@ +pragma ComponentBehavior: Bound import QtQuick import QtQuick.Controls diff --git a/src/Main.qml b/src/Main.qml index 32993a0..b801cbb 100644 --- a/src/Main.qml +++ b/src/Main.qml @@ -1,3 +1,4 @@ +pragma ComponentBehavior: Bound import QtQuick import QtQuick.Controls import QtQuick.Layouts diff --git a/src/SelectableLabel.qml b/src/SelectableLabel.qml index fc24841..616b00d 100644 --- a/src/SelectableLabel.qml +++ b/src/SelectableLabel.qml @@ -1,3 +1,4 @@ +pragma ComponentBehavior: Bound import QtQuick import QtQuick.Controls