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
Parser::IncludePath Struct Reference

#include <parser.h>

Collaboration diagram for Parser::IncludePath:

Public Member Functions

 IncludePath (const QByteArray &_path)

Public Attributes

QByteArray path
bool isFrameworkPath

Detailed Description

Definition at line 24 of file parser.h.

Constructor & Destructor Documentation

◆ IncludePath()

Parser::IncludePath::IncludePath ( const QByteArray & _path)
inlineexplicit

Definition at line 26 of file parser.h.

Member Data Documentation

◆ isFrameworkPath

bool Parser::IncludePath::isFrameworkPath

Definition at line 29 of file parser.h.

◆ path

QByteArray Parser::IncludePath::path

Definition at line 28 of file parser.h.


The documentation for this struct was generated from the following file: