Show
Ignore:
Timestamp:
06/14/08 03:48:20 (7 months ago)
Author:
flynd
Message:

Updated to work with new group handling. Contact list is now updated when groups are changed from other plugins.

Files:
1 modified

Legend:

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

    r6172 r6284  
    3636#include <qbitmap.h> 
    3737#include <qdialog.h> 
     38#include <qvaluelist.h> 
    3839#include <vector> 
    3940 
     
    439440  }; 
    440441 
     442  QValueList<unsigned short> myGroupIds; 
    441443 
    442444};