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


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

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

diff --git a/WebCore/kwq/KWQSize.h b/WebCore/kwq/KWQSize.h
index b4c912b..34a7141 100644
--- a/WebCore/kwq/KWQSize.h
+++ b/WebCore/kwq/KWQSize.h
@@ -34,6 +34,8 @@ public:
     bool isValid() const;
     int width() const;
     int height() const;
+    void setWidth(int);
+    void setHeight(int);
     QSize expandedTo(const QSize &) const;
 
     friend inline QSize operator+(const QSize &, const QSize &);
diff --git a/WebCore/kwq/qt/qsize.h b/WebCore/kwq/qt/qsize.h
index b4c912b..34a7141 100644
--- a/WebCore/kwq/qt/qsize.h
+++ b/WebCore/kwq/qt/qsize.h
@@ -34,6 +34,8 @@ public:
     bool isValid() const;
     int width() const;
     int height() const;
+    void setWidth(int);
+    void setHeight(int);
     QSize expandedTo(const QSize &) const;
 
     friend inline QSize operator+(const QSize &, const QSize &);
diff --git a/WebCore/src/kwq/qt/qsize.h b/WebCore/src/kwq/qt/qsize.h
index b4c912b..34a7141 100644
--- a/WebCore/src/kwq/qt/qsize.h
+++ b/WebCore/src/kwq/qt/qsize.h
@@ -34,6 +34,8 @@ public:
     bool isValid() const;
     int width() const;
     int height() const;
+    void setWidth(int);
+    void setHeight(int);
     QSize expandedTo(const QSize &) const;
 
     friend inline QSize operator+(const QSize &, const QSize &);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list