summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/intentaminterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/intentaminterface.h')
-rw-r--r--src/manager-lib/intentaminterface.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/manager-lib/intentaminterface.h b/src/manager-lib/intentaminterface.h
index c2db4a44..f026bbd4 100644
--- a/src/manager-lib/intentaminterface.h
+++ b/src/manager-lib/intentaminterface.h
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the Luxoft Application Manager.
+** This file is part of the Qt Application Manager.
**
** $QT_BEGIN_LICENSE:LGPL-QTAS$
** Commercial License Usage
@@ -60,13 +60,11 @@ class IntentInterfaceAdaptor;
QT_BEGIN_NAMESPACE_AM
class Application;
-class AbstractApplication;
+class PackageInfo;
class IntentServerRequest;
namespace IntentAMImplementation {
IntentServer *createIntentServerAndClientInstance(const QMap<QString, int> &timeouts);
-void addApplicationIntents(AbstractApplication *app, IntentServer *intentServer);
-void removeApplicationIntents(AbstractApplication *app, IntentServer *intentServer);
}
// the server side