summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/custom-appman/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-31 19:10:24 +0100
committerRobert Griebl <robert.griebl@qt.io>2019-11-05 14:57:14 +0100
commit18bf370fb0e510fb3ed516818f793523153204bb (patch)
tree1d6ebb58fa5920aca46fb9c795b1fbe2691e390a /examples/applicationmanager/custom-appman/doc
parent49f2f18c822d5ad9ec25b696aa62d0be5823a511 (diff)
Fix qdoc warnings
Change-Id: Id2292a3c656bbe07944231a98a39bee9045eb861 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'examples/applicationmanager/custom-appman/doc')
-rw-r--r--examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc b/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc
index 7aed03bb..4edcc3fb 100644
--- a/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc
+++ b/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc
@@ -69,7 +69,7 @@ Generally, it's a good idea to set an application name and version.
We want the application manager's logging part to be initialized as early as possible, especially
when we are dealing with DLT logging.
-\printline Package::ensure
+\printline PackageUtilities::ensure
If you are using the application manager's installer part, this function needs to be called
\e before the QApplication constructor to make sure that your C locale is a UTF-8 variant. This is