Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
collectjson.h
Go to the documentation of this file.
1// Copyright (C) 2019 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 COLLECTJSON_H
5#define COLLECTJSON_H
6
7#include <qglobal.h>
8#include <qstring.h>
9#include <qstringlist.h>
10
12
13int collectJson(const QStringList &jsonFiles, const QString &outputFile, bool skipStdIn);
14
16
17#endif // COLLECTOJSON_H
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
QT_BEGIN_NAMESPACE int collectJson(const QStringList &jsonFiles, const QString &outputFile, bool skipStdIn)
Combined button and popup list for selecting options.
static QString outputFile