aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/iexternaleditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/editormanager/iexternaleditor.cpp')
-rw-r--r--src/plugins/coreplugin/editormanager/iexternaleditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/editormanager/iexternaleditor.cpp b/src/plugins/coreplugin/editormanager/iexternaleditor.cpp
index dd9ef3c309..99dcbe2703 100644
--- a/src/plugins/coreplugin/editormanager/iexternaleditor.cpp
+++ b/src/plugins/coreplugin/editormanager/iexternaleditor.cpp
@@ -31,6 +31,7 @@ namespace Core {
/*!
\class Core::IExternalEditor
+ \inheaderfile coreplugin/editormanager/iexternaleditor.h
\inmodule QtCreator
\ingroup mainclasses
@@ -44,7 +45,7 @@ namespace Core {
*/
/*!
- \fn Core::Id Core::IExternalEditor::id() const
+ \fn Utils::Id Core::IExternalEditor::id() const
Returns the ID of the factory or editor type.
*/