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

List:       kde-commits
Subject:    koffice/libs/guiutils
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2009-04-10 13:21:41
Message-ID: 1239369701.901202.28615.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 951872 by rempt:

Let Qt figure out which type of connection to use.

 M  +3 -3      KoUpdater.cpp  


--- trunk/koffice/libs/guiutils/KoUpdater.cpp #951871:951872
@@ -36,9 +36,9 @@
     Q_ASSERT(p);
     Q_ASSERT(!d.isNull());
 
-    connect( this, SIGNAL( sigCancel() ), d, SLOT( cancel() ), Qt::QueuedConnection );
-    connect( this, SIGNAL( sigProgress( int ) ), d, SLOT( setProgress( int ) ), Qt::QueuedConnection );
-    connect( d, SIGNAL( sigInterrupted() ), this, SLOT( interrupt() ), Qt::QueuedConnection );
+    connect( this, SIGNAL( sigCancel() ), d, SLOT( cancel() ) );
+    connect( this, SIGNAL( sigProgress( int ) ), d, SLOT( setProgress( int ) ) );
+    connect( d, SIGNAL( sigInterrupted() ), this, SLOT( interrupt() ) );
 
     setRange(0, 100);
     m_interrupted = false;
[prev in list] [next in list] [prev in thread] [next in thread] 

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