Overriding signals is no longer possible in QQ2. Document that.
authorSérgio Martins <sergio.martins.qnx@kdab.com>
Fri, 10 May 2013 20:24:52 +0000 (21:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 15 May 2013 10:25:57 +0000 (12:25 +0200)
Change-Id: I0e3a7a90c3fd82675dbf2ab98f77815672f3a2bb
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>

src/quick/doc/src/appdevguide/porting.qdoc

index 7d97200..050b2e5 100644 (file)
@@ -46,6 +46,7 @@ There are very few changes in the QML language that affect the porting of existi
 \li Individual file imports no longer work (for example, import "MyType.qml"). Import the containing directory instead.
 \li Relative file paths in JavaScript files are now resolved relative to the location of the JavaScript file instead of the QML file that imported it.
 \endlist
+\li It's no longer possible to override signals from the base component.
 
 \section1 QtQuick Module