aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsliteralbindingcheck_p.h
blob: 9759c1396e6c0ccc5a9a83f7eaa10ff53dbf3c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial

#ifndef QQMLJSLITERALBINDINGCHECK_P_H
#define QQMLJSLITERALBINDINGCHECK_P_H

//
//  W A R N I N G
//  -------------
//
// This file is not part of the Qt API.  It exists purely as an
// implementation detail.  This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.

#include <QtCore/qglobal.h>
#include <private/qtqmlcompilerexports_p.h>

QT_BEGIN_NAMESPACE

class QQmlJSImportVisitor;
class QQmlJSTypeResolver;

class Q_QMLCOMPILER_PRIVATE_EXPORT QQmlJSLiteralBindingCheck
{
public:
    void run(QQmlJSImportVisitor *visitor, QQmlJSTypeResolver *resolver);
};

QT_END_NAMESPACE

#endif // QQMLJSLITERALBINDINGCHECK_P_H