aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorBruno dos Santos de Araujo <bruno.araujo@openbossa.org>2010-09-09 15:51:50 -0400
committerBruno dos Santos de Araujo <bruno.araujo@openbossa.org>2010-09-09 15:51:50 -0400
commitb25a7e510c44db1cae0406b380d984e81676bb38 (patch)
tree55243955cdc301d1145b6b8cad761de5752cf930 /PySide
parenta2cc5bd09b2c16d130ebe7f450872cb5fdc7a502 (diff)
Add newline in the end of qpytextobject.h to avoid compiler warnings
Diffstat (limited to 'PySide')
-rw-r--r--PySide/qpytextobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/PySide/qpytextobject.h b/PySide/qpytextobject.h
index 93f246d71..6616270b2 100644
--- a/PySide/qpytextobject.h
+++ b/PySide/qpytextobject.h
@@ -35,4 +35,6 @@ public:
void drawObject(QPainter* painter, const QRectF& rect, QTextDocument* doc, int posInDocument, const QTextFormat& format ) = 0;
QSizeF intrinsicSize(QTextDocument* doc, int posInDocument, const QTextFormat& format ) = 0;
};
-#endif \ No newline at end of file
+#endif
+
+