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


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

    Added count to iterator
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPtrList.h b/WebCore/kwq/KWQPtrList.h
index 4e0cb95..1c3c40c 100644
--- a/WebCore/kwq/KWQPtrList.h
+++ b/WebCore/kwq/KWQPtrList.h
@@ -56,6 +56,7 @@ public:
 template <class T> class QListIterator {
 public:
     QListIterator(const QList<T> &);
+    uint count() const;
     T *toFirst();
     T *toLast();
     T *current() const;
diff --git a/WebCore/kwq/qt/qlist.h b/WebCore/kwq/qt/qlist.h
index 4e0cb95..1c3c40c 100644
--- a/WebCore/kwq/qt/qlist.h
+++ b/WebCore/kwq/qt/qlist.h
@@ -56,6 +56,7 @@ public:
 template <class T> class QListIterator {
 public:
     QListIterator(const QList<T> &);
+    uint count() const;
     T *toFirst();
     T *toLast();
     T *current() const;
diff --git a/WebCore/src/kwq/qt/qlist.h b/WebCore/src/kwq/qt/qlist.h
index 4e0cb95..1c3c40c 100644
--- a/WebCore/src/kwq/qt/qlist.h
+++ b/WebCore/src/kwq/qt/qlist.h
@@ -56,6 +56,7 @@ public:
 template <class T> class QListIterator {
 public:
     QListIterator(const QList<T> &);
+    uint count() const;
     T *toFirst();
     T *toLast();
     T *current() const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list