Add future compatibility note
authorAlan Alpert <aalpert@blackberry.com>
Fri, 31 May 2013 17:43:04 +0000 (10:43 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 7 Jun 2013 17:09:37 +0000 (19:09 +0200)
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 <lars.knoll@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/qml/qml/qqmlapplicationengine.cpp

index 25055ed..9181dad 100644 (file)
@@ -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.
 */
 
 /*!