summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-01-24 13:28:48 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2019-01-24 13:01:44 +0000
commit81c2925d78fcfbe19617e81064f5b0c8b3d56044 (patch)
tree113b3f634f11dde5be2025d833fdd2bec6444e9f
parent752e9a066cab132f7c871b37b4334e450a056d2d (diff)
Fix typo in the container docs
Fixes: QTBUG-73200 Change-Id: I82c5d45c117535c8f2cb97f6f28f1352783efbd5 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
-rw-r--r--doc/container.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/container.qdoc b/doc/container.qdoc
index 8d53ce1c..e7de3645 100644
--- a/doc/container.qdoc
+++ b/doc/container.qdoc
@@ -57,7 +57,7 @@ TEMPLATE = lib
CONFIG += plugin
TARGET = mycontainer-plugin
-QT = appman_plugininterfaces-private
+QT += appman_plugininterfaces-private
\endcode
The only thing you have to then implement are two classes that derive from \c ContainerInterface