API naming.

Reviewed-by: hjk
This commit is contained in:
con
2009-08-12 10:41:30 +02:00
parent 0d4a4c0377
commit 188dbc3a43
8 changed files with 10 additions and 10 deletions

View File

@@ -273,7 +273,7 @@ Core::IEditor *EditorManagerPrototype::openEditor(const QString &fileName, const
Core::IEditor *EditorManagerPrototype::newFile(const QString &editorKind, QString titlePattern, const QString &contents)
{
return callee()->newFile(editorKind, &titlePattern, contents);
return callee()->openEditorWithContents(editorKind, &titlePattern, contents);
}
int EditorManagerPrototype::makeEditorWritable(Core::IEditor *editor)