Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::StackFrame Struct Reference

#include <qv4global_p.h>

+ Collaboration diagram for QV4::StackFrame:

Public Attributes

QString source
 
QString function
 
int line = -1
 
int column = -1
 

Detailed Description

Definition at line 281 of file qv4global_p.h.

Member Data Documentation

◆ column

int QV4::StackFrame::column = -1

Definition at line 285 of file qv4global_p.h.

◆ function

QString QV4::StackFrame::function

Definition at line 283 of file qv4global_p.h.

◆ line

int QV4::StackFrame::line = -1

Definition at line 284 of file qv4global_p.h.

◆ source

QString QV4::StackFrame::source

Definition at line 282 of file qv4global_p.h.


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