Cura/resources/qml/Dialogs/ColorDialog.qml
c.lamboo e9cc6532d7 re-add ColorDialog class
to avoid api breaks
2023-10-10 12:00:55 +02:00

12 lines
260 B
QML

// Copyright (c) 2023 UltiMaker
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.3
import QtQuick.Dialogs
// due for deprication, use Qt Color Dialog instead
ColorDialog
{
}