Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4Debugger::BreakPoint Struct Reference

#include <qv4debugger.h>

+ Collaboration diagram for QV4Debugger::BreakPoint:

Public Member Functions

 BreakPoint (const QString &fileName, int line)
 

Public Attributes

QString fileName
 
int lineNumber
 

Detailed Description

Definition at line 35 of file qv4debugger.h.

Constructor & Destructor Documentation

◆ BreakPoint()

QT_BEGIN_NAMESPACE QV4Debugger::BreakPoint::BreakPoint ( const QString fileName,
int  line 
)

Definition at line 15 of file qv4debugger.cpp.

Member Data Documentation

◆ fileName

QString QV4Debugger::BreakPoint::fileName

Definition at line 37 of file qv4debugger.h.

◆ lineNumber

int QV4Debugger::BreakPoint::lineNumber

Definition at line 38 of file qv4debugger.h.


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