Show
Ignore:
Timestamp:
05/26/08 03:06:39 (8 months ago)
Author:
eugene
Message:

Fixed user handling in GPG key management classes, this fixes several crash cases.

Files:
1 modified

Legend:

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

    r5837 r6216  
    4545  QLabel* lbl_passphrase; 
    4646  QLabel* lbl_dragndrop; 
    47   void editUser(ICQUser* u); 
     47  void editUser(QString id, unsigned long ppid); 
    4848  void initKeyList(); 
    4949 
     
    5555  void slot_remove(); 
    5656  void slot_doubleClicked(QTreeWidgetItem* item); 
     57 
     58  friend class KeyList; 
    5759}; 
    5860