Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlLSUtils::TextPosition Struct Reference

#include <qqmllsutils_p.h>

Collaboration diagram for QQmlLSUtils::TextPosition:

Public Attributes

int line = 0
int character = 0

Detailed Description

Definition at line 39 of file qqmllsutils_p.h.

Member Data Documentation

◆ character

int QQmlLSUtils::TextPosition::character = 0

Definition at line 42 of file qqmllsutils_p.h.

Referenced by QQmlLSUtils::qmlLocationToLspLocation().

◆ line

int QQmlLSUtils::TextPosition::line = 0

Definition at line 41 of file qqmllsutils_p.h.

Referenced by QQmlLSUtils::qmlLocationToLspLocation().


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