From ee84bb67a2f90038d1f3462cb9141dffbfa9517b Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Tue, 23 Aug 2011 11:41:50 +1000 Subject: Move all QML file parsing into the QDeclarativeScript namespace Change-Id: I5969686a796cbfb2eeb3729014df7f01e51b0620 Reviewed-on: http://codereview.qt.nokia.com/3797 Reviewed-by: Roberto Raggi --- tests/benchmarks/declarative/compilation/tst_compilation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/declarative/compilation/tst_compilation.cpp b/tests/benchmarks/declarative/compilation/tst_compilation.cpp index cadffe7f0d..9b4f9a70e8 100644 --- a/tests/benchmarks/declarative/compilation/tst_compilation.cpp +++ b/tests/benchmarks/declarative/compilation/tst_compilation.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include @@ -154,7 +154,7 @@ void tst_compilation::scriptparser() QUrl url = QUrl::fromLocalFile(file); QBENCHMARK { - QDeclarativeScriptParser parser; + QDeclarativeScript::Parser parser; parser.parse(data, url); parser.tree(); } -- cgit v1.2.3