aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/editormanager/editormanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/editormanager/editormanager.cpp')
-rw-r--r--src/plugins/coreplugin/editormanager/editormanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/editormanager/editormanager.cpp b/src/plugins/coreplugin/editormanager/editormanager.cpp
index cc9720f006..3d79cf3bc7 100644
--- a/src/plugins/coreplugin/editormanager/editormanager.cpp
+++ b/src/plugins/coreplugin/editormanager/editormanager.cpp
@@ -261,10 +261,10 @@ void EditorManagerPlaceHolder::showEvent(QShowEvent *)
*/
/*!
- \fn void Core::EditorManager::editorCreated(Core::IEditor *editor, const QString &fileName)
+ \fn void Core::EditorManager::editorCreated(Core::IEditor *editor, const Utils::FilePath &filePath)
- This signal is emitted after an \a editor was created for \a fileName, but
- before it was opened in an editor view.
+ This signal is emitted after an \a editor was created for the file at
+ \a filePath, but before it was opened in an editor view.
*/
/*!
\fn void Core::EditorManager::editorOpened(Core::IEditor *editor)