mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00

We'll need to have the same design for plug-ins and for materials. Contributes to issue CURA-8557.
11 lines
No EOL
197 B
QML
11 lines
No EOL
197 B
QML
// Copyright (c) 2021 Ultimaker B.V.
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
import Marketplace 1.0 as Marketplace
|
|
|
|
Packages
|
|
{
|
|
model: Marketplace.PackageList
|
|
{
|
|
}
|
|
} |