Cura/resources/qml/EmptyViewMenuComponent.qml
2019-04-24 09:10:21 +02:00

10 lines
179 B
QML

// Copyright (c) 2019 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
import QtQuick.Controls 2.3
// Empty placeholder
Item { }