From 08be41a5edaed0e847b81039e0ac6741b62d63c6 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Wed, 8 Aug 2012 16:49:42 +1000 Subject: [PATCH] Rename "JavaScript" section title This was causing every mention of "JavaScript" in the docs to link to this section. Change-Id: Ib6cfd1aa7559305fc08d758a41dbd4176f7501e5 Reviewed-by: Chris Adams --- src/quick/doc/src/appdevguide/performance.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/doc/src/appdevguide/performance.qdoc b/src/quick/doc/src/appdevguide/performance.qdoc index c3fa159..f1d2ea1 100644 --- a/src/quick/doc/src/appdevguide/performance.qdoc +++ b/src/quick/doc/src/appdevguide/performance.qdoc @@ -67,7 +67,7 @@ application so that the performance is improved. Attempting to optimize code wi profiling is likely to result in very minor rather than significant performance improvements. -\section1 JavaScript +\section1 JavaScript Code Most QML applications will have a large amount of JavaScript code in them, in the form of dynamic functions, signal handlers, and property binding expressions. -- 2.7.4