diff options
Diffstat (limited to 'src/libs/extensionsystem/pluginerrorview.cpp')
-rw-r--r-- | src/libs/extensionsystem/pluginerrorview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/extensionsystem/pluginerrorview.cpp b/src/libs/extensionsystem/pluginerrorview.cpp index 81d3c63f1b..d5c4fe7f56 100644 --- a/src/libs/extensionsystem/pluginerrorview.cpp +++ b/src/libs/extensionsystem/pluginerrorview.cpp @@ -35,7 +35,8 @@ /*! \class ExtensionSystem::PluginErrorView - \brief Widget that displays the state and error message of a PluginSpec. + \brief The PluginErrorView class implements a widget that displays the + state and error message of a PluginSpec. Can be used for integration in the application that uses the plugin manager. |