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


The following commit has been merged in the debian/unstable branch:
commit 6ec5e8b1aa4bf88d92139bcad84c54457170500d
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 21 01:37:17 2001 +0000

    Anal-retentive tweaking
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQString.h b/WebCore/kwq/KWQString.h
index 05a3384..f0dc157 100644
--- a/WebCore/kwq/KWQString.h
+++ b/WebCore/kwq/KWQString.h
@@ -87,31 +87,31 @@ public:
 
     // member functions --------------------------------------------------------
 
-    QChar lower() const;
-    QChar upper() const;
+    ushort unicode() const;
+    uchar cell() const;
+    uchar row() const;
     char latin1() const;
     bool isNull() const;
-    bool isDigit() const;
     bool isSpace() const;
+    bool isDigit() const;
     bool isLetter() const;
     bool isLetterOrNumber() const;
     bool isPunct() const;
-    uchar cell() const;
-    uchar row() const;
+    QChar lower() const;
+    QChar upper() const;
     Direction direction() const;
     bool mirrored() const;
     QChar mirroredChar() const;
-    ushort unicode() const;
 
     // operators ---------------------------------------------------------------
 
-    friend int operator==(char, QChar);
-    friend int operator==(QChar, char);
+    operator char() const;
     friend int operator==(QChar, QChar);
+    friend int operator==(QChar, char);
+    friend int operator==(char, QChar);
     friend int operator!=(QChar, QChar);
-    friend int operator!=(char, QChar);
     friend int operator!=(QChar, char);
-    operator char() const;
+    friend int operator!=(char, QChar);
 
     // data members ------------------------------------------------------------
 
diff --git a/WebCore/kwq/qt/qstring.h b/WebCore/kwq/qt/qstring.h
index 05a3384..f0dc157 100644
--- a/WebCore/kwq/qt/qstring.h
+++ b/WebCore/kwq/qt/qstring.h
@@ -87,31 +87,31 @@ public:
 
     // member functions --------------------------------------------------------
 
-    QChar lower() const;
-    QChar upper() const;
+    ushort unicode() const;
+    uchar cell() const;
+    uchar row() const;
     char latin1() const;
     bool isNull() const;
-    bool isDigit() const;
     bool isSpace() const;
+    bool isDigit() const;
     bool isLetter() const;
     bool isLetterOrNumber() const;
     bool isPunct() const;
-    uchar cell() const;
-    uchar row() const;
+    QChar lower() const;
+    QChar upper() const;
     Direction direction() const;
     bool mirrored() const;
     QChar mirroredChar() const;
-    ushort unicode() const;
 
     // operators ---------------------------------------------------------------
 
-    friend int operator==(char, QChar);
-    friend int operator==(QChar, char);
+    operator char() const;
     friend int operator==(QChar, QChar);
+    friend int operator==(QChar, char);
+    friend int operator==(char, QChar);
     friend int operator!=(QChar, QChar);
-    friend int operator!=(char, QChar);
     friend int operator!=(QChar, char);
-    operator char() const;
+    friend int operator!=(char, QChar);
 
     // data members ------------------------------------------------------------
 
diff --git a/WebCore/src/kwq/qt/qstring.h b/WebCore/src/kwq/qt/qstring.h
index 05a3384..f0dc157 100644
--- a/WebCore/src/kwq/qt/qstring.h
+++ b/WebCore/src/kwq/qt/qstring.h
@@ -87,31 +87,31 @@ public:
 
     // member functions --------------------------------------------------------
 
-    QChar lower() const;
-    QChar upper() const;
+    ushort unicode() const;
+    uchar cell() const;
+    uchar row() const;
     char latin1() const;
     bool isNull() const;
-    bool isDigit() const;
     bool isSpace() const;
+    bool isDigit() const;
     bool isLetter() const;
     bool isLetterOrNumber() const;
     bool isPunct() const;
-    uchar cell() const;
-    uchar row() const;
+    QChar lower() const;
+    QChar upper() const;
     Direction direction() const;
     bool mirrored() const;
     QChar mirroredChar() const;
-    ushort unicode() const;
 
     // operators ---------------------------------------------------------------
 
-    friend int operator==(char, QChar);
-    friend int operator==(QChar, char);
+    operator char() const;
     friend int operator==(QChar, QChar);
+    friend int operator==(QChar, char);
+    friend int operator==(char, QChar);
     friend int operator!=(QChar, QChar);
-    friend int operator!=(char, QChar);
     friend int operator!=(QChar, char);
-    operator char() const;
+    friend int operator!=(char, QChar);
 
     // data members ------------------------------------------------------------
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list