Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
projectdescriptionreader.h File Reference

(eb3c0c85491a6d56a416080693dd681b4469a3a0)

#include <QtCore/qjsonarray.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qvector.h>
#include <optional>
#include <vector>
Include dependency graph for projectdescriptionreader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Project

Typedefs

typedef std::vector< ProjectProjects

Functions

Projects projectDescriptionFromFile (const QString &filePath, QString *errorString)
Projects projectDescriptionFromJson (const QJsonArray &rawProjects, QString *errorString)

Typedef Documentation

◆ Projects

Definition at line 20 of file projectdescriptionreader.h.

Function Documentation

◆ projectDescriptionFromFile()

QT_BEGIN_NAMESPACE Projects projectDescriptionFromFile ( const QString & filePath,
QString * errorString )

Definition at line 240 of file projectdescriptionreader.cpp.

◆ projectDescriptionFromJson()

Projects projectDescriptionFromJson ( const QJsonArray & rawProjects,
QString * errorString )

Definition at line 252 of file projectdescriptionreader.cpp.