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
IR::InlineContent::SourceLocation Struct Reference

#include <contentblock.h>

Collaboration diagram for IR::InlineContent::SourceLocation:

Public Attributes

QString filePath
 Source file of the originating atom.
int lineNo { 0 }
 Line number within filePath.

Detailed Description

Definition at line 59 of file contentblock.h.

Member Data Documentation

◆ filePath

QString IR::InlineContent::SourceLocation::filePath

Source file of the originating atom.

Definition at line 60 of file contentblock.h.

◆ lineNo

int IR::InlineContent::SourceLocation::lineNo { 0 }

Line number within filePath.

Definition at line 61 of file contentblock.h.


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