aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qml2puppet/import3d/import3d.h
blob: 57b1013acc66833a9c714b2d0245ac10501bb0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include <QString>

namespace Import3D
{
    void import3D(const QString &sourceAsset, const QString &outDir, const QString &options);
};