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


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

    Added NoFrame constant
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@88 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQFrame.h b/WebCore/kwq/KWQFrame.h
index b4f1609..ca5e922 100644
--- a/WebCore/kwq/KWQFrame.h
+++ b/WebCore/kwq/KWQFrame.h
@@ -31,6 +31,7 @@
 class QFrame : public QWidget {
 public:
     enum Shape {
+        NoFrame,
         StyledPanel,
     };
     enum Shadow {
diff --git a/WebCore/kwq/qt/qframe.h b/WebCore/kwq/qt/qframe.h
index b4f1609..ca5e922 100644
--- a/WebCore/kwq/qt/qframe.h
+++ b/WebCore/kwq/qt/qframe.h
@@ -31,6 +31,7 @@
 class QFrame : public QWidget {
 public:
     enum Shape {
+        NoFrame,
         StyledPanel,
     };
     enum Shadow {
diff --git a/WebCore/src/kwq/qt/qframe.h b/WebCore/src/kwq/qt/qframe.h
index b4f1609..ca5e922 100644
--- a/WebCore/src/kwq/qt/qframe.h
+++ b/WebCore/src/kwq/qt/qframe.h
@@ -31,6 +31,7 @@
 class QFrame : public QWidget {
 public:
     enum Shape {
+        NoFrame,
         StyledPanel,
     };
     enum Shadow {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list