Changeset 6367 for trunk/qt-gui/src/showawaymsgdlg.cpp
- Timestamp:
- 07/01/08 04:12:56 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/showawaymsgdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/showawaymsgdlg.cpp
r5514 r6367 102 102 } 103 103 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 116 104 ShowAwayMsgDlg::~ShowAwayMsgDlg() 117 105 {
