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

(9fc1bb8b9837c90ae2ad35ba4fa6c349daf7b91b)

#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 readProjectDescription (const QString &filePath, QString *errorString)
 

Typedef Documentation

◆ Projects

Definition at line 17 of file projectdescriptionreader.h.

Function Documentation

◆ readProjectDescription()

Projects readProjectDescription ( const QString & filePath,
QString * errorString )

Definition at line 239 of file projectdescriptionreader.cpp.