Nettoyage dans les methodes Conductor::update*

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@985 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-05-04 20:36:55 +00:00
parent f610efef8d
commit f3679a0f9b
5 changed files with 9 additions and 33 deletions

View File

@@ -379,7 +379,7 @@ void Terminal::updateConductor() {
if (!scene() || !parentItem()) return;
foreach (Conductor *conductor, conductors_) {
if (conductor -> isDestroyed()) continue;
conductor -> update(QRectF());
conductor -> updatePath();
}
}