From ba64b7a70eedf6a2023ef86eda542cad6f4b21be Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 16 May 2023 09:27:14 +0200 Subject: Undeprecate AOTCompiledFunction We're going to call the JavaScript-typed functions a different name. Change-Id: If92c3fb1b16b1b0bd7d009e7dd712ae6405e1232 Reviewed-by: Fabian Kosmale --- tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp') diff --git a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp index 7de1b4407d..cc55445983 100644 --- a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp +++ b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp @@ -200,7 +200,7 @@ static QByteArray arg1() namespace QmlCacheGeneratedCode { namespace _qt_qml_TestTypes_failures_qml { -extern const QQmlPrivate::TypedFunction aotBuiltFunctions[]; +extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[]; } } -- cgit v1.2.3