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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/dialogs
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-04-21 14:04:52
Message-ID: 1208786692.337882.32652.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 799415 by mutz:

Fix connections

 M  +4 -3      lookupcertificatesdialog.cpp  


--- trunk/KDE/kdepim/kleopatra/dialogs/lookupcertificatesdialog.cpp #799414:799415
@@ -124,10 +124,8 @@
             resultTV->setHeader( hv );
             adjust_header( hv );
 
-            connect( resultTV,   SIGNAL(itemDoubleClicked(QModelIndex)),
+            connect( resultTV,   SIGNAL(doubleClicked(QModelIndex)),
                      importPB(), SLOT(animateClick()) );
-            connect( resultTV->selectionModel(), \
                SIGNAL(selectionChanged(QItemSelection,QItemSelection)),
-                     q, SLOT(slotSelectionChanged()) );
 
             findED->setFocus();
         }
@@ -150,6 +148,9 @@
     proxy.setSourceModel( model );
     ui.resultTV->setModel( &proxy );
 
+    connect( ui.resultTV->selectionModel(), \
SIGNAL(selectionChanged(QItemSelection,QItemSelection)), +             q, \
SLOT(slotSelectionChanged()) ); +
     enableDisableWidgets();
 }
 


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

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