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


The following commit has been merged in the debian/unstable branch:
commit a8509a93702387f6b919989e32455cb01fc4588b
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 21 18:11:26 2001 +0000

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

diff --git a/WebCore/kwq/KWQString.h b/WebCore/kwq/KWQString.h
index f0dc157..ed94e9e 100644
--- a/WebCore/kwq/KWQString.h
+++ b/WebCore/kwq/KWQString.h
@@ -154,10 +154,10 @@ public:
 
     // assignment operators ----------------------------------------------------
 
-    QString &operator=(QChar);
     QString &operator=(const QString &);
-    QString &operator=(const char *);
     QString &operator=(const QCString &);
+    QString &operator=(const char *);
+    QString &operator=(QChar);
     QString &operator=(char);
 
     // member functions --------------------------------------------------------
diff --git a/WebCore/kwq/qt/qstring.h b/WebCore/kwq/qt/qstring.h
index f0dc157..ed94e9e 100644
--- a/WebCore/kwq/qt/qstring.h
+++ b/WebCore/kwq/qt/qstring.h
@@ -154,10 +154,10 @@ public:
 
     // assignment operators ----------------------------------------------------
 
-    QString &operator=(QChar);
     QString &operator=(const QString &);
-    QString &operator=(const char *);
     QString &operator=(const QCString &);
+    QString &operator=(const char *);
+    QString &operator=(QChar);
     QString &operator=(char);
 
     // member functions --------------------------------------------------------
diff --git a/WebCore/src/kwq/qt/qstring.h b/WebCore/src/kwq/qt/qstring.h
index f0dc157..ed94e9e 100644
--- a/WebCore/src/kwq/qt/qstring.h
+++ b/WebCore/src/kwq/qt/qstring.h
@@ -154,10 +154,10 @@ public:
 
     // assignment operators ----------------------------------------------------
 
-    QString &operator=(QChar);
     QString &operator=(const QString &);
-    QString &operator=(const char *);
     QString &operator=(const QCString &);
+    QString &operator=(const char *);
+    QString &operator=(QChar);
     QString &operator=(char);
 
     // member functions --------------------------------------------------------

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list