| 1 | // Copyright (C) 2016 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 QSCXMLC_H |
| 5 | #define QSCXMLC_H |
| 6 | |
| 7 | #include <QtCore/qglobal.h> |
| 8 | |
| 9 | QT_BEGIN_NAMESPACE |
| 10 | |
| 11 | int run(const QStringList &arguments); |
| 12 | |
| 13 | QT_END_NAMESPACE |
| 14 | |
| 15 | #endif // QSCXMLC_H |
| 16 |
