diff options
author | 2024-11-19 14:00:02 +0100 | |
---|---|---|
committer | 2024-11-19 14:00:14 +0100 | |
commit | 5fdb5a29f54919a9ab6050f7408bfa31037a8d7d (patch) | |
tree | 079ed1a9eeae4344d083e4d70dbeae5118523461 /app/ImgDestinationDirection.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/ImgDestinationDirection.qml')
-rw-r--r-- | app/ImgDestinationDirection.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ImgDestinationDirection.qml b/app/ImgDestinationDirection.qml index e6ee5de..b80aca8 100644 --- a/app/ImgDestinationDirection.qml +++ b/app/ImgDestinationDirection.qml @@ -1,4 +1,4 @@ -import QtQuick 2.0 +import QtQuick Item { id: img_destination_direction |