mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-24 10:49:59 +01:00
Corrections de code :
* avertissements a la compilation (teste avec gcc 4.3) * inclusions non pertinentes git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@360 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -97,7 +97,7 @@ void PolygonEditor::updatePolygonClosedState() {
|
||||
*/
|
||||
void PolygonEditor::updateForm() {
|
||||
activeConnections(false);
|
||||
while(points_list.takeTopLevelItem(0));
|
||||
while(points_list.takeTopLevelItem(0)) {}
|
||||
foreach(QPointF point, part -> polygon()) {
|
||||
point = part -> mapToScene(point);
|
||||
QStringList qsl;
|
||||
|
||||
Reference in New Issue
Block a user