![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qjsonarray.h>#include <QtCore/qstring.h>#include <QtCore/qstringlist.h>#include <QtCore/qhash.h>#include <vector>Go to the source code of this file.
Typedefs | |
| typedef std::vector< Project > | Projects |
Functions | |
| Projects | generateProjects (const QStringList &proFiles, const QStringList &translationsVariables, const QHash< QString, QString > &outDirMap, int proDebug, bool verbose, QString *errorString, QJsonArray *resultJson=nullptr) |
| typedef std::vector<Project> Projects |
Definition at line 17 of file projsongenerator.h.
| QT_BEGIN_NAMESPACE Projects generateProjects | ( | const QStringList & | proFiles, |
| const QStringList & | translationsVariables, | ||
| const QHash< QString, QString > & | outDirMap, | ||
| int | proDebug, | ||
| bool | verbose, | ||
| QString * | errorString, | ||
| QJsonArray * | resultJson = nullptr ) |
Definition at line 322 of file projsongenerator.cpp.