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
qqmlcompletionsupport.cpp File Reference

(1cd950dbbb0a0df0b1b8a7bf401326795f1e6952)

#include "qqmlcompletionsupport_p.h"
#include "qqmllsutils_p.h"
#include <QtLanguageServer/private/qlanguageserverspectypes_p.h>
#include <QtCore/qthreadpool.h>
#include <QtCore/private/qduplicatetracker_p.h>
#include <QtCore/QRegularExpression>
#include <QtQmlDom/private/qqmldomexternalitems_p.h>
#include <QtQmlDom/private/qqmldomtop_p.h>
#include <QtQml/private/qqmlsignalnames_p.h>
Include dependency graph for qqmlcompletionsupport.cpp:

Go to the source code of this file.

Functions

static bool positionIsFollowedBySpaces (qsizetype position, const QString &code)

Function Documentation

◆ positionIsFollowedBySpaces()

bool positionIsFollowedBySpaces ( qsizetype position,
const QString & code )
static

Definition at line 92 of file qqmlcompletionsupport.cpp.