[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

girish at forwardbias.in girish at forwardbias.in
Thu Feb 4 21:24:47 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 1a11de94bd9be0adf02fc7eb3e3c84de0a309332
Author: girish at forwardbias.in <girish at forwardbias.in@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 22 13:34:46 2010 +0000

    QState::polished() was renamed to QState::propertiesAssigned() when
    Qt 4.6.0 was released.
    
    Reviewed by Kenneth Rohde Christiansen.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53698 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 684b597..f623167 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-22  Girish Ramakrishnan  <girish at forwardbias.in>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        QState::polished() was renamed to QState::propertiesAssigned() when
+        Qt 4.6.0 was released.
+
+        * QGVLauncher/main.cpp:
+        (MainWindow::init):
+
 2010-01-21  Diego Gonzalez  <diego.gonzalez at openbossa.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit/qt/QGVLauncher/main.cpp b/WebKit/qt/QGVLauncher/main.cpp
index 1b04c60..eefff7f 100644
--- a/WebKit/qt/QGVLauncher/main.cpp
+++ b/WebKit/qt/QGVLauncher/main.cpp
@@ -285,7 +285,7 @@ public:
 
         QState *s2 = new QState(machine);
         s2->assignProperty(scene->webView(), "yRotation", -90);
-        s1->addTransition(s1, SIGNAL(polished()), s2);
+        s1->addTransition(s1, SIGNAL(propertiesAssigned()), s2);
 
         QAbstractTransition *t2 = s2->addTransition(s0);
         t2->addAnimation(yRotationAnim);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list