Rename "JavaScript" section title
authorBea Lam <bea.lam@nokia.com>
Wed, 8 Aug 2012 06:49:42 +0000 (16:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 8 Aug 2012 11:50:50 +0000 (13:50 +0200)
This was causing every mention of "JavaScript" in the docs to
link to this section.

Change-Id: Ib6cfd1aa7559305fc08d758a41dbd4176f7501e5
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/quick/doc/src/appdevguide/performance.qdoc

index c3fa159..f1d2ea1 100644 (file)
@@ -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.