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
QtDependency Struct Reference
Collaboration diagram for QtDependency:

Public Member Functions

 QtDependency (const QString &rpath, const QString &apath)
bool operator== (const QtDependency &other) const
 QtDependency (const QString &rpath, const QString &apath)
bool operator== (const QtDependency &other) const

Public Attributes

QString relativePath
QString absolutePath

Detailed Description

Definition at line 63 of file main.cpp.

Constructor & Destructor Documentation

◆ QtDependency() [1/2]

QtDependency::QtDependency ( const QString & rpath,
const QString & apath )
inline

Definition at line 65 of file main.cpp.

◆ QtDependency() [2/2]

QtDependency::QtDependency ( const QString & rpath,
const QString & apath )
inline

Definition at line 65 of file main.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool QtDependency::operator== ( const QtDependency & other) const
inline

Definition at line 67 of file main.cpp.

◆ operator==() [2/2]

bool QtDependency::operator== ( const QtDependency & other) const
inline

Definition at line 67 of file main.cpp.

Member Data Documentation

◆ absolutePath

QString QtDependency::absolutePath

Definition at line 73 of file main.cpp.

◆ relativePath

QString QtDependency::relativePath

Definition at line 72 of file main.cpp.


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