From 76136202e3bed6696e5456c11bcc90610efe0e01 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@nokia.com> Date: Fri, 2 Dec 2011 06:36:25 +0100 Subject: [PATCH] Add cross reference. Change-Id: I0f5a0eaf69c8b0388dc2d42451a6b50fefa7d055 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> --- doc/api/first-plugin.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/first-plugin.qdoc b/doc/api/first-plugin.qdoc index 4a8f0c53ade..fec5dbbeb68 100644 --- a/doc/api/first-plugin.qdoc +++ b/doc/api/first-plugin.qdoc @@ -304,6 +304,9 @@ setup of plugin's that it depends on has been done, for example the Core plugin's \c{ActionManager} instance has been created. + For more information about implementing the plugin interface, see the + \l{ExtensionSystem::IPlugin} API documentation and \l{Plugin Life Cycle}. + \snippet exampleplugin/exampleplugin.cpp add action This part of the code creates a new \c{QAction}, registers it as a new -- GitLab