![]() |
Qt 6.x
The Qt SDK
|
#include "qqmljsliteralbindingcheck_p.h"
#include <private/qqmljsimportvisitor_p.h>
#include <private/qqmljstyperesolver_p.h>
#include <private/qqmljsmetatypes_p.h>
Go to the source code of this file.
Functions | |
static bool | canConvertForLiteralBinding (QQmlJSTypeResolver *resolver, const QQmlJSScope::ConstPtr &from, const QQmlJSScope::ConstPtr &to) |
|
static |
Definition at line 15 of file qqmljsliteralbindingcheck.cpp.
References QQmlJSTypeResolver::boolType(), QQmlJSTypeResolver::byteArrayType(), QQmlJSTypeResolver::canConvertFromTo(), QQmlJSTypeResolver::equals(), QQmlJSTypeResolver::isNumeric(), QQmlJSTypeResolver::stringListType(), QQmlJSTypeResolver::stringType(), and QQmlJSTypeResolver::urlType().
Referenced by QQmlJSLiteralBindingCheck::run().