set QtQuick and QtQuick.Controls to 2.15

This commit is contained in:
HellAholic 2025-03-15 22:25:23 +01:00 committed by GitHub
parent 858ffee545
commit 6567017512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick
import QtQuick.Controls
import QtQuick 2.15
import QtQuick.Controls 2.15
import UM 1.5 as UM