diff --git a/src/plugins/coreplugin/idocument.cpp b/src/plugins/coreplugin/idocument.cpp index 32c0465a30d..7ca03148a2c 100644 --- a/src/plugins/coreplugin/idocument.cpp +++ b/src/plugins/coreplugin/idocument.cpp @@ -332,8 +332,6 @@ IDocument::OpenResult IDocument::open(QString *errorString, const Utils::FilePat document should avoid cleanups or other operations that it does for user-requested saves. - Use \a errorString to return an error message if saving failed. - Returns whether saving was successful. If saving was successful saved is emitted. @@ -452,9 +450,6 @@ IDocument::ReloadBehavior IDocument::reloadBehavior(ChangeTrigger trigger, Chang The \a type specifies whether only the file permissions changed or if the contents of the file changed. - Use \a errorString to return an error message, if this document cannot - handle the file contents. - Returns if the file was reloaded successfully. The default implementation does nothing and returns \c true.