HeaderPath Class
(ProjectExplorer::HeaderPath)Public Types
enum | Kind { GlobalHeaderPath, UserHeaderPath, FrameworkHeaderPath } |
Public Functions
HeaderPath() = default | |
HeaderPath(const QString &path, Kind kind) | |
Kind | kind() const |
QString | path() const |
bool | operator==(const HeaderPath &other) const |
Member Function Documentation
[default]
HeaderPath::HeaderPath()
Default constructs an instance of HeaderPath.
HeaderPath::HeaderPath(const QString &path, Kind kind)
Default constructs an instance of HeaderPath.