From kde-commits Tue Mar 29 21:03:27 2005 From: Olivier Goffart Date: Tue, 29 Mar 2005 21:03:27 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20050329210327.C08B5484 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111215804431633 CVS commit by ogoffart: Fix compilation with --enable-final BUG: 102796 Note: bugzilla is not the right place to report compilation error, better report it to the list. thanks anyway. M +0 -13 msnp2p.cpp 1.30 --- kdenetwork/kopete/protocols/msn/msnp2p.cpp #1.29:1.30 @@ -42,17 +42,4 @@ -static QString randomid() -{ - return QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) + "-" - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) + "-" - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) + "-" - + QString::number(rand()%0xAAFF+0x1111, 16) + "-" - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16) - + QString::number((unsigned long int)rand()%0xAAFF+0x1111, 16); -} - - MSNP2P::MSNP2P( unsigned long int sessionID , MSNP2PDisplatcher *parent ) : QObject (parent)