From 15daabdbdfe59f816b23cd643cf5234fdb5c4e64 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 26 Nov 2025 17:44:34 +0800 Subject: Update imports to be Qt6 compatible Still using the graphical effects compatibility for now. --- shop/cart/CartTotal.ui.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shop/cart') diff --git a/shop/cart/CartTotal.ui.qml b/shop/cart/CartTotal.ui.qml index ce8881e..f7ff2ba 100644 --- a/shop/cart/CartTotal.ui.qml +++ b/shop/cart/CartTotal.ui.qml @@ -1,7 +1,7 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import QtGraphicalEffects 1.15 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Qt5Compat.GraphicalEffects Item { id: cartTotal -- cgit v1.2.3