aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+
+