Retrait des debugs dans les destructeurs de l'editeur

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@118 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-09-10 19:42:16 +00:00
parent a1cd40ded0
commit 2e3afaa13d
21 changed files with 10 additions and 36 deletions

View File

@@ -24,7 +24,6 @@ LineEditor::LineEditor(QETElementEditor *editor, PartLine *line, QWidget *parent
}
LineEditor::~LineEditor() {
qDebug() << "~LineEditor()";
}
void LineEditor::updateLine() {