mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Correction de la documentation : noms de variables ignores ou non mentionnes
Correction d'un probleme de compilation si les options QET_ALLOW_OVERRIDE_CED_OPTION et/ou QET_ALLOW_OVERRIDE_CD_OPTION n'etaient pas actives. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@782 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1654,7 +1654,8 @@ void QETDiagramEditor::diagramIsAboutToBeRemoved(DiagramView *dv) {
|
||||
Gere le retrait d'un schema dans un projet apres que le retrait soit effectif
|
||||
@param dv DiagramView concerne
|
||||
*/
|
||||
void QETDiagramEditor::diagramWasRemoved(DiagramView *) {
|
||||
void QETDiagramEditor::diagramWasRemoved(DiagramView *dv) {
|
||||
Q_UNUSED(dv);
|
||||
can_update_actions = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user