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