1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef QMLTYPEREADER_H
5#define QMLTYPEREADER_H
6
7#include <QString>
8#include <QStringList>
9
10QStringList readQmlTypes(const QString &filename);
11
12#endif // QMLTYPEREADER_H
13

source code of qtdeclarative/tools/qmlplugindump/qmltypereader.h