summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/custom-appman/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-11-24 14:56:30 +0100
committerRobert Griebl <robert.griebl@qt.io>2020-11-28 17:47:56 +0100
commitd744705d5498c38ede36dbbdaade2b0ab7046ae9 (patch)
treedac2effb5d4863b594e80abcc51faf796ab7de77 /examples/applicationmanager/custom-appman/doc
parentf24f72abac9b6a990958d8b41aaf4dcd8a592e4c (diff)
Remove legacy functionality: headless, pssdp and pshellserver
Change-Id: Iffeaa944cce5d09d0a1d1af2d85aa5f5034b7f71 Reviewed-by: Robert Griebl <robert.griebl@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 8e2d62e4..1d81bde3 100644
--- a/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc
+++ b/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc
@@ -85,7 +85,7 @@ this simple case, we use the application manager's default YAML parsing, so we i
then calling the relevant setup routines on the \c Main object.
Depending on your application manager's configuration, the \c Main object can be derived
-differently: headless, with widgets, or standard. So, you need to know the correct base class for
+differently: with widgets, or standard. So, you need to know the correct base class for
the exec() call. However, the \c MainBase typedef circumvents this problem.
Most functions in the application manager throw exceptions that are derived from \c std::exception,