From: Alan Alpert Date: Fri, 31 May 2013 17:43:04 +0000 (-0700) Subject: Add future compatibility note X-Git-Tag: upstream/5.2.1~677^2~83^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=837b76fa4dd4a904e0c29f93fca5de1d642a84e3;p=platform%2Fupstream%2Fqtdeclarative.git Add future compatibility note File selectors are being delayed from releasing at the same time as QQmlApplicationEngine, but will need to be enabled by default (in QQmlApplicationEngine only) when they do arrive. Adding a note to the documentation to help forwards compatibility. Change-Id: Ia47a1da1afebd0da3bd1a97e7e4c8ee85f70b49a Reviewed-by: Lars Knoll Reviewed-by: Jerome Pasion --- diff --git a/src/qml/qml/qqmlapplicationengine.cpp b/src/qml/qml/qqmlapplicationengine.cpp index 25055ed..9181dad 100644 --- a/src/qml/qml/qqmlapplicationengine.cpp +++ b/src/qml/qml/qqmlapplicationengine.cpp @@ -171,6 +171,10 @@ void QQmlApplicationEnginePrivate::_q_finishLoad(QObject *o) \endlist The engine behavior can be further tweaked by using the inherited methods from QQmlEngine. + + \note In the future QQmlApplicationEngine may automatically apply file selectors. + To ensure forwards compatibility, do not use folder names containing a '+' character in your QML file + structure. */ /*!