From 4cfe4c682dc4dfe8398c93670347d31aa0275bf0 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Sat, 6 Dec 2025 19:58:37 +0800 Subject: Upgrade the project to a Qt6 one --- OrderCompleted.ui.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OrderCompleted.ui.qml') diff --git a/OrderCompleted.ui.qml b/OrderCompleted.ui.qml index 471fe6f..b65a6f7 100644 --- a/OrderCompleted.ui.qml +++ b/OrderCompleted.ui.qml @@ -1,6 +1,6 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts Flickable { property alias orderCompletedLabel: label -- cgit v1.2.3