Show
Ignore:
Timestamp:
01/28/07 01:30:18 (23 months ago)
Author:
flynd
Message:

Added local time to column information.
To keep the times updated a timer is added that refreshes the contact list every minute.
This closes #1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/userbox.h

    r4800 r4843  
    2727#include <qptrvector.h> 
    2828 
     29class QTimer; 
    2930class ICQUser; 
    3031class CUserView; 
     
    155156  virtual void setSorting( int column, bool ascending = true); 
    156157 
     158public slots: 
     159  void updateItems(); 
     160 
    157161protected: 
    158162  int m_nFlashCounter; 
     
    166170  unsigned long carPPID; 
    167171  unsigned long onlPPID; 
     172  QTimer *tmrRefresh; 
    168173 
    169174  QString m_typeAhead;      /*! type-ahead buffer  */