[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:43:38 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3d5ffd8c18aa17e9000fb66d12f344b0e130ed3a
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 23:30:09 2001 +0000

    Added setCursor member function
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQWidget.h b/WebCore/kwq/KWQWidget.h
index df2d090..24dff23 100644
--- a/WebCore/kwq/KWQWidget.h
+++ b/WebCore/kwq/KWQWidget.h
@@ -33,8 +33,6 @@
 #include "qpalette.h"
 #include "qstyle.h"
 #include "qfont.h"
-
-// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
 #include "qcursor.h"
 
 class QWidget : public QObject, public QPaintDevice {
@@ -70,6 +68,7 @@ public:
     virtual void setFont(const QFont &);
     void constPolish() const;
     virtual QSize minimumSizeHint() const;
+    virtual void setCursor(const QCursor &);
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qwidget.h b/WebCore/kwq/qt/qwidget.h
index df2d090..24dff23 100644
--- a/WebCore/kwq/qt/qwidget.h
+++ b/WebCore/kwq/qt/qwidget.h
@@ -33,8 +33,6 @@
 #include "qpalette.h"
 #include "qstyle.h"
 #include "qfont.h"
-
-// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
 #include "qcursor.h"
 
 class QWidget : public QObject, public QPaintDevice {
@@ -70,6 +68,7 @@ public:
     virtual void setFont(const QFont &);
     void constPolish() const;
     virtual QSize minimumSizeHint() const;
+    virtual void setCursor(const QCursor &);
 };
 
 #endif
diff --git a/WebCore/src/kwq/qt/qwidget.h b/WebCore/src/kwq/qt/qwidget.h
index df2d090..24dff23 100644
--- a/WebCore/src/kwq/qt/qwidget.h
+++ b/WebCore/src/kwq/qt/qwidget.h
@@ -33,8 +33,6 @@
 #include "qpalette.h"
 #include "qstyle.h"
 #include "qfont.h"
-
-// FIXME: include to workaround bug in khtml/rendering/render_frames.cpp
 #include "qcursor.h"
 
 class QWidget : public QObject, public QPaintDevice {
@@ -70,6 +68,7 @@ public:
     virtual void setFont(const QFont &);
     void constPolish() const;
     virtual QSize minimumSizeHint() const;
+    virtual void setCursor(const QCursor &);
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list