From 89194db757ccd1c4dfeb24d65e320baf1aa654e3 Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 13 Mar 2010 21:08:38 +0000 Subject: [PATCH] Corrections mineures dans la documentation du code git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@896 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/editorcommands.cpp | 2 +- sources/editor/qetelementeditor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */