aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/customconversion_typedefs.h
blob: 6528f7d7b6c9743d638833b9ca27b18869b99037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef CUSTOMCONVERSION_TYPEDEFS_H
#define CUSTOMCONVERSION_TYPEDEFS_H

#include <QtCore/QList>

#include <memory>

class CustomConversion;
using CustomConversionPtr = std::shared_ptr<CustomConversion>;

#endif // CUSTOMCONVERSION_TYPEDEFS_H