diff --git a/doc/api/first-plugin.qdoc b/doc/api/first-plugin.qdoc index 4a8f0c53ade2bddb57835eb51ebf0dac8cd71d4e..fec5dbbeb6811bf3dcf35a012385769126ef93ee 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