[qet] [1088] Correction syntaxique

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 1088
Author:   xavier
Date:     2010-07-25 16:28:17 +0200 (Sun, 25 Jul 2010)
Log Message:
-----------
Correction syntaxique

Modified Paths:
--------------
    branches/0.3/sources/editor/parttextfield.cpp

Modified: branches/0.3/sources/editor/parttextfield.cpp
===================================================================
--- branches/0.3/sources/editor/parttextfield.cpp	2010-07-25 14:17:05 UTC (rev 1087)
+++ branches/0.3/sources/editor/parttextfield.cpp	2010-07-25 14:28:17 UTC (rev 1088)
@@ -357,7 +357,7 @@
 	painter -> drawLine(QLineF(px, py, px + size_1, py));
 	painter -> drawLine(QLineF(px + size_1 - size_2, py - size_2, px + size_1, py));
 	painter -> drawLine(QLineF(px + size_1 - size_2, py + size_2, px + size_1, py));
-	painter -> drawLine(QLineF(px, py, px, py + size_1);)
+	painter -> drawLine(QLineF(px, py, px, py + size_1));
 	painter -> drawLine(QLineF(px, py + size_1, px - size_2, py + size_1 - size_2));
 	painter -> drawLine(QLineF(px, py + size_1, px + size_2, py + size_1 - size_2));
 }


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/