summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/applicationmanager-project.qdocconf1
-rw-r--r--src/plugin-interfaces/containerinterface.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/applicationmanager-project.qdocconf b/doc/applicationmanager-project.qdocconf
index 9df4119e..2e091270 100644
--- a/doc/applicationmanager-project.qdocconf
+++ b/doc/applicationmanager-project.qdocconf
@@ -37,7 +37,6 @@ sourcedirs += \
../src/monitor-lib \
../src/plugin-interfaces \
../src/tools/packager \
- ../src/tools/deployer \
../src/tools/controller \
$$BUILDDIR \
diff --git a/src/plugin-interfaces/containerinterface.cpp b/src/plugin-interfaces/containerinterface.cpp
index 9c2745c2..ed6c4515 100644
--- a/src/plugin-interfaces/containerinterface.cpp
+++ b/src/plugin-interfaces/containerinterface.cpp
@@ -172,7 +172,7 @@ ContainerManagerInterface::~ContainerManagerInterface() { }
returns \c true, the implementation needs to either emit the started() or errorOccurred() signal
(can be delayed) in response to this call.
- \sa QProcess:start()
+ \sa QProcess::start()
*/
/*! \fn qint64 ContainerInterface::processId() const