![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4debugger.h>
Public Member Functions | |
BreakPoint (const QString &fileName, int line) |
Public Attributes | |
QString | fileName |
int | lineNumber |
Definition at line 35 of file qv4debugger.h.
QT_BEGIN_NAMESPACE QV4Debugger::BreakPoint::BreakPoint | ( | const QString & | fileName, |
int | line ) |
Definition at line 16 of file qv4debugger.cpp.
QString QV4Debugger::BreakPoint::fileName |
Definition at line 37 of file qv4debugger.h.
int QV4Debugger::BreakPoint::lineNumber |
Definition at line 38 of file qv4debugger.h.