summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2011-08-16 09:20:09 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-08-16 13:17:48 +0200
commit5a453faff78b820604bb623945e283e648a07721 (patch)
tree16258b71226fe0360e0e96af93f019a4847fa9e7
parentea61ee4e9512f659f2030a6ac29502b6755e61d1 (diff)
remove InstallPriority from doc
Change-Id: I478d676b7c87093ad0ca0ceac6b6db8a02aeb8c5 Reviewed-on: http://codereview.qt.nokia.com/2991 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
-rw-r--r--doc/installerfw.qdoc1
-rw-r--r--installerbuilder/installerbuilder.dox1
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 08ab5a2e2..2cfac1e63 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -240,7 +240,6 @@
\o \bold{Dependencies} Comma-separated list of dependencies - optional.
\o \bold{Virtual} Set to true if this is a virtual component not showing up in the installer.
\o \bold{SortingPriority} Priority of this component when visible in the tree. Lowest priority number is on top.
- \o \bold{InstallPriority} Priority of this component when getting installed. Lowest priority number is first.
\o \bold{Script} File name of a script being loaded - optional.
\o \bold{UserInterfaces} One ore more file names of user interfaces being loaded - optional.
\o \bold{Translations} One ore more file names of translations being loaded - optional.
diff --git a/installerbuilder/installerbuilder.dox b/installerbuilder/installerbuilder.dox
index 022df80fd..443f94fa9 100644
--- a/installerbuilder/installerbuilder.dox
+++ b/installerbuilder/installerbuilder.dox
@@ -70,7 +70,6 @@
\li \b Dependencies Comma-separated list of \ref componentdependencies "dependencies" - \a optional.
\li \b Virtual Set to true if this is a virtual component not showing up in the installer.
\li \b SortingPriority Priority of this component when visible in the tree. Lowest priority number is on top.
- \li \b InstallPriority Priority of this component when getting installed. Lowest priority number is first.
\li \b Script File name of a \ref componentscripting "script" being loaded - \a optional.
\li \b UserInterfaces One ore more file names of \ref componentuserinterfaces "user interfaces" being loaded - \a optional.
\li \b Translations One ore more file names of \ref componenttranslation "translations" being loaded - \a optional.