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


The following commit has been merged in the debian/unstable branch:
commit b647b1de0b23d6492625177152c628749afbacde
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 23:20:26 2001 +0000

    Added QCursor static constants
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@85 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQNamespace.h b/WebCore/kwq/KWQNamespace.h
index cdcda8e..cd5b776 100644
--- a/WebCore/kwq/KWQNamespace.h
+++ b/WebCore/kwq/KWQNamespace.h
@@ -27,6 +27,7 @@
 #define QNAMESPACE_H_
 
 class QColor;
+class QCursor;
 
 class Qt {
 public:
@@ -72,6 +73,10 @@ public:
 
     static const QColor &black;
     static const QColor &darkGray;
+
+    static const QCursor &sizeAllCursor;
+    static const QCursor &splitHCursor;
+    static const QCursor &splitVCursor;
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qnamespace.h b/WebCore/kwq/qt/qnamespace.h
index cdcda8e..cd5b776 100644
--- a/WebCore/kwq/qt/qnamespace.h
+++ b/WebCore/kwq/qt/qnamespace.h
@@ -27,6 +27,7 @@
 #define QNAMESPACE_H_
 
 class QColor;
+class QCursor;
 
 class Qt {
 public:
@@ -72,6 +73,10 @@ public:
 
     static const QColor &black;
     static const QColor &darkGray;
+
+    static const QCursor &sizeAllCursor;
+    static const QCursor &splitHCursor;
+    static const QCursor &splitVCursor;
 };
 
 #endif
diff --git a/WebCore/src/kwq/qt/qnamespace.h b/WebCore/src/kwq/qt/qnamespace.h
index cdcda8e..cd5b776 100644
--- a/WebCore/src/kwq/qt/qnamespace.h
+++ b/WebCore/src/kwq/qt/qnamespace.h
@@ -27,6 +27,7 @@
 #define QNAMESPACE_H_
 
 class QColor;
+class QCursor;
 
 class Qt {
 public:
@@ -72,6 +73,10 @@ public:
 
     static const QColor &black;
     static const QColor &darkGray;
+
+    static const QCursor &sizeAllCursor;
+    static const QCursor &splitHCursor;
+    static const QCursor &splitVCursor;
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list