6#include <QtQml/qqmlinfo.h>
8#include <private/qqmlengine_p.h>
9#include <private/qv4qobjectwrapper_p.h>
21 for (
int ii = 0; ii < argc; ++ii)
28 auto log =
qCritical().nospace().noquote();
30 log <<
frame->source() <<
':' <<
frame->lineNumber() <<
": ";
31 log <<
value.toQStringNoThrow()
32 <<
" should be coerced to void because";
35 log <<
" the function called is insufficiently annotated.";
38 log <<
" the target type, a list of unknown elements, cannot be resolved.";
42 log <<
" The original value is retained. This will change in a future version of Qt.";
Combined button and popup list for selecting options.
void populateJSCallArguments(ExecutionEngine *v4, JSCallArguments &jsCall, int argc, void **args, const QMetaType *types)
Q_QML_PRIVATE_EXPORT void warnAboutCoercionToVoid(ExecutionEngine *engine, const Value &value, CoercionProblem problem)
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLsizei GLenum GLenum * types
QV4::ReturnedValue metaTypeToJS(QMetaType type, const void *data)