Show
Ignore:
Timestamp:
04/17/08 02:19:44 (8 months ago)
Author:
flynd
Message:

Changed ContactListModel::reloadAll to be a slot and use it directly instead of wrapper in main window.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/contactlist/contactlist.h

    r6150 r6152  
    197197 
    198198  /** 
    199    * Reload the entire contact list from the daemon 
    200    */ 
    201   void reloadAll(); 
    202  
    203   /** 
    204199   * Refresh data and group membership for a user 
    205200   * As the daemon does not signal some things the main window must use this function to notify us. 
     
    334329   */ 
    335330  void slot_updatedUser(CICQSignal* sig); 
     331 
     332  /** 
     333   * Reload the entire contact list from the daemon 
     334   */ 
     335  void reloadAll(); 
    336336 
    337337private slots: