Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlSourceLocation Struct Reference

#include <qqmlglobal_p.h>

+ Collaboration diagram for QQmlSourceLocation:

Public Member Functions

 QQmlSourceLocation ()
 
 QQmlSourceLocation (const QString &sourceFile, quint16 line, quint16 column)
 

Public Attributes

QString sourceFile
 
quint16 line = 0
 
quint16 column = 0
 

Detailed Description

Definition at line 318 of file qqmlglobal_p.h.

Constructor & Destructor Documentation

◆ QQmlSourceLocation() [1/2]

QQmlSourceLocation::QQmlSourceLocation ( )
inline

Definition at line 320 of file qqmlglobal_p.h.

◆ QQmlSourceLocation() [2/2]

QQmlSourceLocation::QQmlSourceLocation ( const QString sourceFile,
quint16  line,
quint16  column 
)
inline

Definition at line 321 of file qqmlglobal_p.h.

Member Data Documentation

◆ column

quint16 QQmlSourceLocation::column = 0

Definition at line 325 of file qqmlglobal_p.h.

Referenced by QQmlDelayedError::setErrorLocation(), and QQmlBinding::update().

◆ line

◆ sourceFile


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