From ed9dea417c1346183de52782459eb0b697778245 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Thu, 1 Aug 2019 17:02:46 +0200 Subject: (Re)implement package and application blocking This was deliberately left out of the first patch that introduced the package abstraction. As a side effect, the classes from the installer-lib had to be moved to the manager-lib, because the PackageManager is now a central part of the AM, that has to have access to other classes in the manager-lib. Change-Id: I94c1e62d3ffa769f3e053aab8730fea9133a7bc8 Reviewed-by: Dominik Holland --- examples/applicationmanager/custom-appman/custom-appman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/applicationmanager/custom-appman/custom-appman.cpp b/examples/applicationmanager/custom-appman/custom-appman.cpp index e6d8c7d6..0c2cb4dd 100644 --- a/examples/applicationmanager/custom-appman/custom-appman.cpp +++ b/examples/applicationmanager/custom-appman/custom-appman.cpp @@ -56,7 +56,7 @@ #include #include #include -#include +#include QT_USE_NAMESPACE_AM -- cgit v1.2.1