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

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include "qqmljsliteralbindingcheck_p.h"
#include <private/qqmljsimportvisitor_p.h>
#include <private/qqmljstyperesolver_p.h>
#include <private/qqmljsmetatypes_p.h>
#include <private/qqmlsa_p.h>
#include <private/qqmlsasourcelocation_p.h>
#include <private/qqmlstringconverters_p.h>
Include dependency graph for qqmljsliteralbindingcheck.cpp:

Go to the source code of this file.

Functions

static bool canConvertForLiteralBinding (QQmlJSTypeResolver *resolver, const QQmlSA::Element &fromElement, const QQmlSA::Element &toElement)
static QString literalPrettyTypeName (QQmlSA::BindingType type)

Function Documentation

◆ canConvertForLiteralBinding()

bool canConvertForLiteralBinding ( QQmlJSTypeResolver * resolver,
const QQmlSA::Element & fromElement,
const QQmlSA::Element & toElement )
static

Definition at line 19 of file qqmljsliteralbindingcheck.cpp.

◆ literalPrettyTypeName()

QString literalPrettyTypeName ( QQmlSA::BindingType type)
static

Definition at line 62 of file qqmljsliteralbindingcheck.cpp.