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


The following commit has been merged in the debian/unstable branch:
commit 573699da644dd744d45ba14c1296241c10368dbb
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 1 01:20:44 2001 +0000

    More changes to get this beast to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQValueList.h b/WebCore/kwq/KWQValueList.h
index ce9a624..989a201 100644
--- a/WebCore/kwq/KWQValueList.h
+++ b/WebCore/kwq/KWQValueList.h
@@ -67,6 +67,7 @@ public:
     ConstIterator end() const;
     T& operator[] (uint);
     const T& operator[] (uint) const;
+    QValueList<T> &operator+=(const T &);
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qvaluelist.h b/WebCore/kwq/qt/qvaluelist.h
index ce9a624..989a201 100644
--- a/WebCore/kwq/qt/qvaluelist.h
+++ b/WebCore/kwq/qt/qvaluelist.h
@@ -67,6 +67,7 @@ public:
     ConstIterator end() const;
     T& operator[] (uint);
     const T& operator[] (uint) const;
+    QValueList<T> &operator+=(const T &);
 };
 
 #endif
diff --git a/WebCore/src/kwq/qt/qvaluelist.h b/WebCore/src/kwq/qt/qvaluelist.h
index ce9a624..989a201 100644
--- a/WebCore/src/kwq/qt/qvaluelist.h
+++ b/WebCore/src/kwq/qt/qvaluelist.h
@@ -67,6 +67,7 @@ public:
     ConstIterator end() const;
     T& operator[] (uint);
     const T& operator[] (uint) const;
+    QValueList<T> &operator+=(const T &);
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list