[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:52 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e0596e4fcdc3996b4745cea4065141344ab62440
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 5 13:43:11 2001 +0000

    Added isValid, setWidth, and setHeight member functions
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQRect.h b/WebCore/kwq/KWQRect.h
index f5b4256..e79aa61 100644
--- a/WebCore/kwq/KWQRect.h
+++ b/WebCore/kwq/KWQRect.h
@@ -40,8 +40,11 @@ public:
     int width() const;
     int height() const;
     bool isNull() const;
+    bool isValid() const;
 
     QSize size() const;
+    void setWidth(int);
+    void setHeight(int);
     QRect intersect(const QRect &) const;
 };
 
diff --git a/WebCore/kwq/qt/qrect.h b/WebCore/kwq/qt/qrect.h
index f5b4256..e79aa61 100644
--- a/WebCore/kwq/qt/qrect.h
+++ b/WebCore/kwq/qt/qrect.h
@@ -40,8 +40,11 @@ public:
     int width() const;
     int height() const;
     bool isNull() const;
+    bool isValid() const;
 
     QSize size() const;
+    void setWidth(int);
+    void setHeight(int);
     QRect intersect(const QRect &) const;
 };
 
diff --git a/WebCore/src/kwq/qt/qrect.h b/WebCore/src/kwq/qt/qrect.h
index f5b4256..e79aa61 100644
--- a/WebCore/src/kwq/qt/qrect.h
+++ b/WebCore/src/kwq/qt/qrect.h
@@ -40,8 +40,11 @@ public:
     int width() const;
     int height() const;
     bool isNull() const;
+    bool isValid() const;
 
     QSize size() const;
+    void setWidth(int);
+    void setHeight(int);
     QRect intersect(const QRect &) const;
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list