summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem/pluginerroroverview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/extensionsystem/pluginerroroverview.cpp')
-rw-r--r--src/libs/extensionsystem/pluginerroroverview.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libs/extensionsystem/pluginerroroverview.cpp b/src/libs/extensionsystem/pluginerroroverview.cpp
index 74e7ac73b0..ff4f3bcd5c 100644
--- a/src/libs/extensionsystem/pluginerroroverview.cpp
+++ b/src/libs/extensionsystem/pluginerroroverview.cpp
@@ -32,6 +32,11 @@ Q_DECLARE_METATYPE(ExtensionSystem::PluginSpec*)
namespace ExtensionSystem {
+/*!
+ \class ExtensionSystem::PluginErrorOverview
+ \internal
+*/
+
PluginErrorOverview::PluginErrorOverview(QWidget *parent) :
QDialog(parent),
m_ui(new Internal::Ui::PluginErrorOverview)