[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkio-upnp-ms=5D_/=3A_Revert_=22Update_timer_temporar?=
From:       Nikhil Marathe <nsm.nikhil () gmail ! com>
Date:       2011-06-04 15:33:59
Message-ID: 20110604153359.6DB11A60CD () git ! kde ! org
[Download RAW message or body]

Git commit 0dcf120cd0e11c0f24a2530084a2caef3f3d8842 by Nikhil Marathe.
Committed on 09/05/2011 at 10:29.
Pushed by nikhilm into branch 'master'.

Revert "Update timer temporarily to work around Qt QNAM bug"

This reverts commit eebb0182c2ed984a4b85c8c4f8e58e7c0e9a1e5b.

M  +1    -1    controlpointthread.cpp     

http://commits.kde.org/kio-upnp-ms/0dcf120cd0e11c0f24a2530084a2caef3f3d8842

diff --git a/controlpointthread.cpp b/controlpointthread.cpp
index 5e2415a..a6412dd 100644
--- a/controlpointthread.cpp
+++ b/controlpointthread.cpp
@@ -261,7 +261,7 @@ bool ControlPointThread::updateDeviceInfo( const KUrl& url )
             SIGNAL(deviceReady()),
             &local,
             SLOT(quit()));
-    QTimer::singleShot( 35000, &local, SLOT(quit()) );
+    QTimer::singleShot( 5000, &local, SLOT(quit()) );
     local.exec();
 
     if( !m_devices[url.host()].info.isValid(Herqq::Upnp::LooseChecks) ) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic