diff --git a/sources/editor/editorcommands.cpp b/sources/editor/editorcommands.cpp index 881785d96..f88b53447 100644 --- a/sources/editor/editorcommands.cpp +++ b/sources/editor/editorcommands.cpp @@ -607,7 +607,7 @@ void AllowInternalConnectionsCommand::redo() { Constructeur @param elmt ElementScene concernee @param old_infos Informations complementaires precedentes - @param old_infos Nouvelles informations complementaires + @param new_infos Nouvelles informations complementaires @param parent QUndoCommand parent */ ChangeInformationsCommand::ChangeInformationsCommand(ElementScene *elmt, const QString &old_infos, const QString &new_infos, QUndoCommand *parent) : diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index e62da0b2b..99f6870f8 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -868,7 +868,7 @@ bool QETElementEditor::toLocation(const ElementsLocation &location) { } /** - @param location Emplacement d'un element + @param provided_location Emplacement d'un element @return true si cet editeur est en train d'editer l'element dont l'emplacement est location, false sinon */