summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/qscxmlc.h
blob: 160ad7642f782b586667b6fcdf50f5014e183f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef QSCXMLC_H
#define QSCXMLC_H

#include <QtCore/qglobal.h>

QT_BEGIN_NAMESPACE

int run(const QStringList &arguments);

QT_END_NAMESPACE

#endif // QSCXMLC_H