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

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


The following commit has been merged in the debian/unstable branch:
commit 04b887934dbc633b48df267776071ce306d1546e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 18:44:32 2001 +0000

    Made QVector a subclass of QCollection in order to pick up desired
    functionality, specifically the setAutoDelete method.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@78 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPtrVector.h b/WebCore/kwq/KWQPtrVector.h
index d743447..fcd1aff 100644
--- a/WebCore/kwq/KWQPtrVector.h
+++ b/WebCore/kwq/KWQPtrVector.h
@@ -27,10 +27,11 @@
 #define QVECTOR_H_
 
 #include <kwqdef.h>
+#include <qcollection.h>
 
 typedef void *Item;
 
-template<class T> class QVector {
+template<class T> class QVector : public QCollection {
 public:
     QVector();
     QVector(uint);
diff --git a/WebCore/kwq/qt/qvector.h b/WebCore/kwq/qt/qvector.h
index d743447..fcd1aff 100644
--- a/WebCore/kwq/qt/qvector.h
+++ b/WebCore/kwq/qt/qvector.h
@@ -27,10 +27,11 @@
 #define QVECTOR_H_
 
 #include <kwqdef.h>
+#include <qcollection.h>
 
 typedef void *Item;
 
-template<class T> class QVector {
+template<class T> class QVector : public QCollection {
 public:
     QVector();
     QVector(uint);
diff --git a/WebCore/src/kwq/qt/qvector.h b/WebCore/src/kwq/qt/qvector.h
index d743447..fcd1aff 100644
--- a/WebCore/src/kwq/qt/qvector.h
+++ b/WebCore/src/kwq/qt/qvector.h
@@ -27,10 +27,11 @@
 #define QVECTOR_H_
 
 #include <kwqdef.h>
+#include <qcollection.h>
 
 typedef void *Item;
 
-template<class T> class QVector {
+template<class T> class QVector : public QCollection {
 public:
     QVector();
     QVector(uint);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list