summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-08-01 17:02:46 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-08-02 16:59:34 +0200
commited9dea417c1346183de52782459eb0b697778245 (patch)
treec56e5e23cd6c95f569028892f31c2184a3b4aa76 /examples
parent09c5c6c8aa46691702cf5eb553a21a23baaf34aa (diff)
downloadqtapplicationmanager-ed9dea417c1346183de52782459eb0b697778245.tar.gz
(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 <dominik.holland@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/applicationmanager/custom-appman/custom-appman.cpp2
1 files changed, 1 insertions, 1 deletions
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 <QtAppManMain/main.h>
#include <QtAppManMain/defaultconfiguration.h>
#include <QtAppManPackage/packageutilities.h>
-#include <QtAppManInstaller/sudo.h>
+#include <QtAppManManager/sudo.h>
QT_USE_NAMESPACE_AM