Doc: fix names of refactoring actions in the manual

Change-Id: Ica093e5afe5c647e2fe3c7aa385d256257d84ea7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-11-12 16:06:25 +01:00
parent 8bc98b858b
commit 073542bb24

View File

@@ -2346,7 +2346,7 @@
\li Activation \li Activation
\row \row
\li Move Component into \c filename.qml \li Move Component into Separate File
\li Moves a QML type into a separate file \li Moves a QML type into a separate file
\li QML type name \li QML type name
\row \row
@@ -2370,7 +2370,7 @@
\li QML type property \li QML type property
\row \row
\li Wrap in Loader \li Wrap Component in Loader
\li Wraps the type in a Component type and loads it dynamically in a \li Wraps the type in a Component type and loads it dynamically in a
Loader type. This is usually done to improve startup time. Loader type. This is usually done to improve startup time.
\li QML type name \li QML type name