Show
Ignore:
Timestamp:
07/01/08 04:12:56 (5 months ago)
Author:
flynd
Message:

Removed uin functions from qt-gui.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/showawaymsgdlg.cpp

    r5514 r6367  
    102102} 
    103103 
    104 ShowAwayMsgDlg::ShowAwayMsgDlg(CICQDaemon *_server, CSignalManager* _sigman, unsigned long _nUin, QWidget *parent) 
    105 { 
    106   char szUin[13]; 
    107   snprintf(szUin, 12, "%lu", _nUin); 
    108   szUin[12] = 0; 
    109    
    110   ShowAwayMsgDlg(_server, _sigman, szUin, LICQ_PPID, parent); 
    111 } 
    112  
    113  
    114 // ----------------------------------------------------------------------------- 
    115  
    116104ShowAwayMsgDlg::~ShowAwayMsgDlg() 
    117105{