From 0a1cccfccd8f76014bc697c5c9006c5ebb9723e8 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Wed, 7 Aug 2019 12:09:43 +0200 Subject: Add new package abstraction, part 2 The first commit in this series was b4aee167d3bc6b9f64229317fbc428b3f3b83c0d. This update fixes all the known bugs introduced in the change of the architecture, adds basic documentation and examples. The changes in the intent sub-system are in a separate patch for easier review, although they both depend on each other due to changes in the API. Change-Id: Ia78da7e10e2eb7adfa30625554af275453065a90 Reviewed-by: Dominik Holland --- .../application-features/doc/src/application-features.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/applicationmanager/application-features/doc') diff --git a/examples/applicationmanager/application-features/doc/src/application-features.qdoc b/examples/applicationmanager/application-features/doc/src/application-features.qdoc index 7535551e..17abff0c 100644 --- a/examples/applicationmanager/application-features/doc/src/application-features.qdoc +++ b/examples/applicationmanager/application-features/doc/src/application-features.qdoc @@ -73,7 +73,7 @@ The QML code for the nested compositor application is as follows: \quotefromfile applicationmanager/application-features/apps/compositor/compositor.qml \skipto import QtQuick 2.11 -\printuntil -platform wayland"); } +\printuntil /^\}/ \section2 Crash Simulation and Recovery -- cgit v1.2.3