diff options
author | 2024-11-19 14:00:02 +0100 | |
---|---|---|
committer | 2024-11-19 14:00:14 +0100 | |
commit | 5fdb5a29f54919a9ab6050f7408bfa31037a8d7d (patch) | |
tree | 079ed1a9eeae4344d083e4d70dbeae5118523461 /app/BtnArrow.qml | |
parent | 84a5e85e7c79f9282b91ab7cbfad611004383e0a (diff) |
Import Qt6 conversion patchHEADtrout_19.90.0trout/19.90.019.90.0master
Import the patches for the demo applications into the app repos.
Bug-AGL: SPEC-5294
Change-Id: Icc5765db59ab6a8271d2169a259df1d106fd36b7
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'app/BtnArrow.qml')
-rw-r--r-- | app/BtnArrow.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/BtnArrow.qml b/app/BtnArrow.qml index 2039865..5a999c9 100644 --- a/app/BtnArrow.qml +++ b/app/BtnArrow.qml @@ -1,5 +1,5 @@ -import QtQuick 2.0 -import QtQuick.Controls 1.5 +import QtQuick +import QtQuick.Controls Item { Button { |