From: Sérgio Martins Date: Fri, 10 May 2013 20:24:52 +0000 (+0100) Subject: Overriding signals is no longer possible in QQ2. Document that. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6f411ef9d460d6a4f73a455b6eec9afc2f52d305;p=konrad%2Fqtdeclarative.git Overriding signals is no longer possible in QQ2. Document that. Change-Id: I0e3a7a90c3fd82675dbf2ab98f77815672f3a2bb Reviewed-by: Thomas McGuire Reviewed-by: Alan Alpert --- diff --git a/src/quick/doc/src/appdevguide/porting.qdoc b/src/quick/doc/src/appdevguide/porting.qdoc index 7d97200..050b2e5 100644 --- a/src/quick/doc/src/appdevguide/porting.qdoc +++ b/src/quick/doc/src/appdevguide/porting.qdoc @@ -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