Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
assimpimporterplugin.cpp
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5#include "assimpimporter.h"
6
8
10{
12 Q_UNUSED(paramList);
13 return new AssimpImporter();
14}
15
QSSGAssetImporter * create(const QString &key, const QStringList &paramList) override
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
Combined button and popup list for selecting options.
GLuint64 key
#define Q_UNUSED(x)