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
QQmlEngineDebugFileReference Struct Reference

#include <qqmlenginedebugclient_p.h>

+ Collaboration diagram for QQmlEngineDebugFileReference:

Public Attributes

QUrl url
 
qint32 lineNumber = -1
 
qint32 columnNumber = -1
 

Detailed Description

Definition at line 36 of file qqmlenginedebugclient_p.h.

Member Data Documentation

◆ columnNumber

qint32 QQmlEngineDebugFileReference::columnNumber = -1

Definition at line 40 of file qqmlenginedebugclient_p.h.

◆ lineNumber

qint32 QQmlEngineDebugFileReference::lineNumber = -1

Definition at line 39 of file qqmlenginedebugclient_p.h.

◆ url

QUrl QQmlEngineDebugFileReference::url

Definition at line 38 of file qqmlenginedebugclient_p.h.


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