[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
rjw
rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:47:55 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 81bc52642f137f17ebbba21487767686295e4894
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Sep 28 20:38:46 2001 +0000
Cleaned up comments.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@225 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/KWQPainter.mm b/WebCore/kwq/KWQPainter.mm
index 9b27274..64529aa 100644
--- a/WebCore/kwq/KWQPainter.mm
+++ b/WebCore/kwq/KWQPainter.mm
@@ -126,6 +126,7 @@ void QPainter::setBrush(BrushStyle style)
QRect QPainter::xForm(const QRect &) const
{
+ NSLog (@"WARNING (NOT YET IMPLEMENTED) QRect QPainter::xForm(const QRect &) const\n");
}
@@ -398,7 +399,6 @@ void QPainter::drawText(int x, int y, const QString &qstring, int len)
_lockFocus();
- // Draw another string in Helvetica 24 in green
font = data->qfont.data->font;
if (len == -1)
diff --git a/WebCore/src/kwq/KWQPainter.mm b/WebCore/src/kwq/KWQPainter.mm
index 9b27274..64529aa 100644
--- a/WebCore/src/kwq/KWQPainter.mm
+++ b/WebCore/src/kwq/KWQPainter.mm
@@ -126,6 +126,7 @@ void QPainter::setBrush(BrushStyle style)
QRect QPainter::xForm(const QRect &) const
{
+ NSLog (@"WARNING (NOT YET IMPLEMENTED) QRect QPainter::xForm(const QRect &) const\n");
}
@@ -398,7 +399,6 @@ void QPainter::drawText(int x, int y, const QString &qstring, int len)
_lockFocus();
- // Draw another string in Helvetica 24 in green
font = data->qfont.data->font;
if (len == -1)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list