[qt prog] what's wrong with this statment?
    Michael Olbrich 
    michael.olbrich at gmx.net
       
    Sat Sep  8 08:59:48 BST 2001
    
    
  
Hi
> it said it cannot find the slot of clearSelection...
> 
> connect ( tabWidget, SIGNAL (currentChanged(QWidget *)), 
> listView_I, SLOT(clearSelection()) );
AFAIK clearSelection() is no slot. (You're using a [KQ]ListView, right?)
So you can't use ist as a slot.
Michael
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
    
    
More information about the KDevelop
mailing list