Changeset 6152 for trunk/qt4-gui/src/contactlist
- Timestamp:
- 04/17/08 02:19:44 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactlist.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactlist.h
r6150 r6152 197 197 198 198 /** 199 * Reload the entire contact list from the daemon200 */201 void reloadAll();202 203 /**204 199 * Refresh data and group membership for a user 205 200 * As the daemon does not signal some things the main window must use this function to notify us. … … 334 329 */ 335 330 void slot_updatedUser(CICQSignal* sig); 331 332 /** 333 * Reload the entire contact list from the daemon 334 */ 335 void reloadAll(); 336 336 337 337 private slots:
