From 6f411ef9d460d6a4f73a455b6eec9afc2f52d305 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9rgio=20Martins?= Date: Fri, 10 May 2013 21:24:52 +0100 Subject: [PATCH] Overriding signals is no longer possible in QQ2. Document that. Change-Id: I0e3a7a90c3fd82675dbf2ab98f77815672f3a2bb Reviewed-by: Thomas McGuire Reviewed-by: Alan Alpert --- src/quick/doc/src/appdevguide/porting.qdoc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.7.2.5